ArcObjects Library Reference (GeoDatabase)  

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