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


IOleDBConnectionInfo.SetParameters Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IO > IOleDBConnectionInfo Interface > IOleDBConnectionInfo.SetParameters Method
ArcGIS Developer Help

IOleDBConnectionInfo.SetParameters Method

Set OleDB connection property parameters.

[Visual Basic .NET]
Public Sub SetParameters ( _
    ByVal ConnectionString As String, _
    ByVal password As String _
)
[C#]
public void SetParameters (
    string ConnectionString,
    string password
);
[C++]
HRESULT SetParameters(
  BSTR ConnectionString,
  BSTR password
);
[C++]
Parameters
ConnectionString [in]

ConnectionString 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

IOleDBConnectionInfo Interface