IDTSConnectionManagerInit100.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.
public:
void InitializeConnectionManager(System::String ^ bstrQualifier, Microsoft::SqlServer::Dts::Runtime::Wrapper::Sql2012::IDTSInfoEvents100 ^ pEvents, Microsoft::SqlServer::Dts::Runtime::Wrapper::Sql2012::IDTSLogging100 ^ pLog);
public void InitializeConnectionManager (string bstrQualifier, Microsoft.SqlServer.Dts.Runtime.Wrapper.Sql2012.IDTSInfoEvents100 pEvents, Microsoft.SqlServer.Dts.Runtime.Wrapper.Sql2012.IDTSLogging100 pLog);
abstract member InitializeConnectionManager : string * Microsoft.SqlServer.Dts.Runtime.Wrapper.Sql2012.IDTSInfoEvents100 * Microsoft.SqlServer.Dts.Runtime.Wrapper.Sql2012.IDTSLogging100 -> unit
Public Sub InitializeConnectionManager (bstrQualifier As String, pEvents As IDTSInfoEvents100, pLog As IDTSLogging100)
Parameters
- bstrQualifier
- String
- pEvents
- IDTSInfoEvents100
- pLog
- IDTSLogging100