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


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

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