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


ISqlDefaultConnectionInfo.SetParameters 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.SetParameters Method
ArcGIS Developer Help

ISqlDefaultConnectionInfo.SetParameters Method

Sets connection property parameters.

[Visual Basic .NET]
Public Sub SetParameters ( _
    ByVal dbclient As String, _
    ByVal instance As String, _
    ByVal authenticationMode As String, _
    ByVal User As String, _
    ByVal password As String _
)
[C#]
public void SetParameters (
    string dbclient,
    string instance,
    string authenticationMode,
    string User,
    string password
);
[C++]
HRESULT SetParameters(
  BSTR dbclient,
  BSTR instance,
  BSTR authenticationMode,
  BSTR User,
  BSTR password
);
[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 User [in]
User is a parameter of type BSTR password [in]
password is a parameter of type BSTR

Product Availability

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

See Also

ISqlDefaultConnectionInfo Interface