DtsConvert.ToConnectionManager(IDTSConnectionManager100) 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.
Caution
The ToXXXX() methods have been replaced with the GetWrapper() method.
*** Member obsolete; use the GetWrapper(IDTSConnectionManager100) method instead. *** Converts a native IDTSConnectionManager100 object to a managed ConnectionManager object.
public:
static Microsoft::SqlServer::Dts::Runtime::ConnectionManager ^ ToConnectionManager(Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSConnectionManager100 ^ connMgr);
[System.Obsolete("The ToXXXX() methods have been replaced with the GetWrapper() method.")]
public static Microsoft.SqlServer.Dts.Runtime.ConnectionManager ToConnectionManager (Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSConnectionManager100 connMgr);
[<System.Obsolete("The ToXXXX() methods have been replaced with the GetWrapper() method.")>]
static member ToConnectionManager : Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSConnectionManager100 -> Microsoft.SqlServer.Dts.Runtime.ConnectionManager
Public Shared Function ToConnectionManager (connMgr As IDTSConnectionManager100) As ConnectionManager
Parameters
- connMgr
- IDTSConnectionManager100
The native IDTSConnectionManager100 object.
Returns
The managed ConnectionManager object.
- Attributes