This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IO > IOleDBConnectionInfo Interface > IOleDBConnectionInfo.SetParameters Method (ArcObjects .NET 10.5 SDK) |
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