ArcObjects Library Reference (GeoDatabase)  

ISqlDefaultConnectionInfo.ClearParameters Method

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

ISqlDefaultConnectionInfo Interface