IDTSConnectionManagerInit100.InitializeConnectionManager Method

Definition

Initializes the properties of the connection manager instance using the given parameters.

public:
 void InitializeConnectionManager(System::String ^ bstrQualifier, Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSInfoEvents100 ^ pEvents, Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSLogging100 ^ pLog);
public void InitializeConnectionManager (string bstrQualifier, Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSInfoEvents100 pEvents, Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSLogging100 pLog);
abstract member InitializeConnectionManager : string * Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSInfoEvents100 * Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSLogging100 -> unit
Public Sub InitializeConnectionManager (bstrQualifier As String, pEvents As IDTSInfoEvents100, pLog As IDTSLogging100)

Parameters

bstrQualifier
String

The qualifier to set on the connection manager.

pEvents
IDTSInfoEvents100

An object that implements the IDTSInfoEvents100 events interface to raise errors, warning, or informational events.

pLog
IDTSLogging100

The object that implements the logging of events.

Remarks

This interface is inherited by the ConnectionManagerAdoNetClass and ConnectionManagerSqlMobileClass.

Applies to