This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IS > ISqlDefaultConnectionInfo Interface > ISqlDefaultConnectionInfo.SetParameters Method (ArcObjects .NET 10.4 SDK) |
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