DtsConvert.ToConnections90(Connections) 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
주의
The ToXXXX90() methods have been replaced with the GetExtendedInteface() method.
멤버는 사용되지 않습니다. 대신 메서드를 GetExtendedInterface(Connections) 사용합니다. 관리 Connections 되는 컬렉션을 네이티브 IDTSConnections100 컬렉션으로 변환합니다.
public:
static Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSConnections100 ^ ToConnections90(Microsoft::SqlServer::Dts::Runtime::Connections ^ connections);
[System.Obsolete("The ToXXXX90() methods have been replaced with the GetExtendedInteface() method.")]
public static Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSConnections100 ToConnections90 (Microsoft.SqlServer.Dts.Runtime.Connections connections);
[<System.Obsolete("The ToXXXX90() methods have been replaced with the GetExtendedInteface() method.")>]
static member ToConnections90 : Microsoft.SqlServer.Dts.Runtime.Connections -> Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSConnections100
Public Shared Function ToConnections90 (connections As Connections) As IDTSConnections100
매개 변수
- connections
- Connections
관리되는 Connections 컬렉션입니다.
반환
네이티브 IDTSConnections100 컬렉션입니다.
- 특성