This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IS > ISqlDefaultConnectionInfo Interface > ISqlDefaultConnectionInfo.ClearParameters Method (ArcObjects .NET 10.5 SDK) |
Clears connection property parameters.
[Visual Basic .NET] Public Sub ClearParameters ( _ ByVal dbclient As String, _ ByVal instance As String, _ ByVal authenticationMode As String _ )
[C#] public void ClearParameters ( string dbclient, string instance, string authenticationMode );
[C++]
HRESULT ClearParameters(
BSTR dbclient,
BSTR instance,
BSTR authenticationMode
);
[C++]
Parameters dbclient [in] dbclient is a parameter of type BSTR instance [in] instance is a parameter of type BSTR authenticationMode [in] authenticationMode is a parameter of type BSTR