ArcObjects Library Reference (GeoDatabase)  

ISetDefaultConnectionInfo.SetParameters Method

Sets ArcSDE connection property parameters.

[Visual Basic .NET]
Public Sub SetParameters ( _
    ByVal server As String, _
    ByVal instance As String, _
    ByVal user As String, _
    ByVal password As String, _
    ByVal versName As String _
)
[C#]
public void SetParameters (
    string server,
    string instance,
    string user,
    string password,
    string versName
);
[C++]
HRESULT SetParameters(
  BSTR server,
  BSTR instance,
  BSTR user,
  BSTR password,
  BSTR versName
);
[C++]

Parameters

server [in]   server is a parameter of type BSTR instance [in]   instance is a parameter of type BSTR user [in]   user is a parameter of type BSTR password [in]   password is a parameter of type BSTR versName [in]   versName is a parameter of type BSTR

Product Availability

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

See Also

ISetDefaultConnectionInfo Interface