ConnectionManagerAdoNetClass.InitializeConnectionManager Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes the properties of the connection manager instance using the given parameters.
public:
virtual void InitializeConnectionManager(System::String ^ bstrQualifier, Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSInfoEvents100 ^ pEvents, Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSLogging100 ^ pLog) = Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSConnectionManagerInit100::InitializeConnectionManager;
public virtual 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
override this.InitializeConnectionManager : string * Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSInfoEvents100 * Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSLogging100 -> unit
Public Overridable 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 session.