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