This document is archived and information here might be outdated.  Recommended version.


ISqlDefaultConnectionInfo.ClearParameters Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IS > ISqlDefaultConnectionInfo Interface > ISqlDefaultConnectionInfo.ClearParameters Method
ArcGIS Developer Help

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