다음을 통해 공유


DtsConvert.ToConnectionManager90(ConnectionManager) 메서드

정의

주의

The ToXXXX90() methods have been replaced with the GetExtendedInteface() method.

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

public:
 static Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSConnectionManager100 ^ ToConnectionManager90(Microsoft::SqlServer::Dts::Runtime::ConnectionManager ^ connMgr);
[System.Obsolete("The ToXXXX90() methods have been replaced with the GetExtendedInteface() method.")]
public static Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSConnectionManager100 ToConnectionManager90 (Microsoft.SqlServer.Dts.Runtime.ConnectionManager connMgr);
[<System.Obsolete("The ToXXXX90() methods have been replaced with the GetExtendedInteface() method.")>]
static member ToConnectionManager90 : Microsoft.SqlServer.Dts.Runtime.ConnectionManager -> Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSConnectionManager100
Public Shared Function ToConnectionManager90 (connMgr As ConnectionManager) As IDTSConnectionManager100

매개 변수

connMgr
ConnectionManager

관리되는 ConnectionManager 개체입니다.

반환

네이티브 IDTSConnectionManager100 개체입니다.

특성

적용 대상