DtsConvert.ToConnectionManager(IDTSConnectionManager100) 메서드

정의

주의

The ToXXXX() methods have been replaced with the GetWrapper() method.

멤버가 사용되지 않음; 대신 메서드를 GetWrapper(IDTSConnectionManager100) 사용합니다. 네이티브 IDTSConnectionManager100 개체를 관리 ConnectionManager 되는 개체로 변환합니다.

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

매개 변수

connMgr
IDTSConnectionManager100

네이티브 IDTSConnectionManager100 개체입니다.

반환

관리되는 ConnectionManager 개체입니다.

특성

적용 대상