DtsConvert.GetExtendedInterface 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
지정한 관리되는 개체에 해당하는 네이티브 개체를 가져옵니다. DtsConvert에서 GetExtendedInterface
메서드는 사용되지 않는 ToXxx90
메서드를 대체합니다.
오버로드
GetExtendedInterface(Application) |
지정된 관리되는 IDTSApplication100 개체에 해당하는 네이티브 Application 개체를 가져옵니다. |
GetExtendedInterface(ConnectionManager) |
지정된 관리되는 IDTSConnectionManager100 개체에 해당하는 네이티브 ConnectionManager 개체를 가져옵니다. |
GetExtendedInterface(Connections) |
지정된 관리되는 IDTSConnections100 개체에 해당하는 네이티브 Connections 개체를 가져옵니다. |
GetExtendedInterface(IDTSComponentEvents) |
지정된 관리되는 IDTSComponentEvents100 개체에 해당하는 네이티브 IDTSComponentEvents 개체를 가져옵니다. |
GetExtendedInterface(IDTSEvents) |
지정된 관리되는 IDTSEvents100 개체에 해당하는 네이티브 IDTSEvents 개체를 가져옵니다. |
GetExtendedInterface(IDTSInfoEvents) |
지정된 관리되는 IDTSInfoEvents100 개체에 해당하는 네이티브 IDTSInfoEvents 개체를 가져옵니다. |
GetExtendedInterface(Package) |
지정된 관리되는 IDTSPackage100 개체에 해당하는 네이티브 Package 개체를 가져옵니다. |
GetExtendedInterface(VariableDispenser) |
지정된 관리되는 IDTSVariableDispenser100 개체에 해당하는 네이티브 VariableDispenser 개체를 가져옵니다. |
GetExtendedInterface(Variables) |
지정된 관리되는 IDTSVariables100 개체에 해당하는 네이티브 Variables 개체를 가져옵니다. |
설명
GetExtendedInterface
사용되지 않는 SQL Server 2005 Integration Services(SSIS) ToXxx90
메서드 대신 메서드를 사용합니다.
GetExtendedInterface(Application)
지정된 관리되는 IDTSApplication100 개체에 해당하는 네이티브 Application 개체를 가져옵니다.
public:
static Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSApplication100 ^ GetExtendedInterface(Microsoft::SqlServer::Dts::Runtime::Application ^ app);
public static Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSApplication100 GetExtendedInterface (Microsoft.SqlServer.Dts.Runtime.Application app);
static member GetExtendedInterface : Microsoft.SqlServer.Dts.Runtime.Application -> Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSApplication100
Public Shared Function GetExtendedInterface (app As Application) As IDTSApplication100
매개 변수
- app
- Application
관리되는 Application 개체입니다.
반환
지정된 관리되는 IDTSApplication100 개체에 해당하는 네이티브 Application 개체입니다.
설명
Microsoft.SqlServer.Dts.Runtime.DtsConvert.GetExtendedInterface(Application) 사용되지 ToApplication90 않는 메서드 대신 메서드를 사용합니다.
적용 대상
GetExtendedInterface(ConnectionManager)
지정된 관리되는 IDTSConnectionManager100 개체에 해당하는 네이티브 ConnectionManager 개체를 가져옵니다.
public:
static Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSConnectionManager100 ^ GetExtendedInterface(Microsoft::SqlServer::Dts::Runtime::ConnectionManager ^ connMgr);
public static Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSConnectionManager100 GetExtendedInterface (Microsoft.SqlServer.Dts.Runtime.ConnectionManager connMgr);
static member GetExtendedInterface : Microsoft.SqlServer.Dts.Runtime.ConnectionManager -> Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSConnectionManager100
Public Shared Function GetExtendedInterface (connMgr As ConnectionManager) As IDTSConnectionManager100
매개 변수
- connMgr
- ConnectionManager
관리되는 ConnectionManager 개체입니다.
반환
지정된 관리되는 IDTSConnectionManager100 개체에 해당하는 네이티브 ConnectionManager 개체입니다.
설명
Microsoft.SqlServer.Dts.Runtime.DtsConvert.GetExtendedInterface(ConnectionManager) 사용되지 ToConnectionManager90 않는 메서드 대신 메서드를 사용합니다.
적용 대상
GetExtendedInterface(Connections)
지정된 관리되는 IDTSConnections100 개체에 해당하는 네이티브 Connections 개체를 가져옵니다.
public:
static Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSConnections100 ^ GetExtendedInterface(Microsoft::SqlServer::Dts::Runtime::Connections ^ connections);
public static Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSConnections100 GetExtendedInterface (Microsoft.SqlServer.Dts.Runtime.Connections connections);
static member GetExtendedInterface : Microsoft.SqlServer.Dts.Runtime.Connections -> Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSConnections100
Public Shared Function GetExtendedInterface (connections As Connections) As IDTSConnections100
매개 변수
- connections
- Connections
관리되는 Connections 개체입니다.
반환
지정된 관리되는 IDTSConnections100 개체에 해당하는 네이티브 Connections 개체입니다.
설명
Microsoft.SqlServer.Dts.Runtime.DtsConvert.GetExtendedInterface(Connections) 사용되지 ToConnections90 않는 메서드 대신 메서드를 사용합니다.
적용 대상
GetExtendedInterface(IDTSComponentEvents)
지정된 관리되는 IDTSComponentEvents100 개체에 해당하는 네이티브 IDTSComponentEvents 개체를 가져옵니다.
public:
static Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSComponentEvents100 ^ GetExtendedInterface(Microsoft::SqlServer::Dts::Runtime::IDTSComponentEvents ^ events);
public static Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSComponentEvents100 GetExtendedInterface (Microsoft.SqlServer.Dts.Runtime.IDTSComponentEvents events);
static member GetExtendedInterface : Microsoft.SqlServer.Dts.Runtime.IDTSComponentEvents -> Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSComponentEvents100
Public Shared Function GetExtendedInterface (events As IDTSComponentEvents) As IDTSComponentEvents100
매개 변수
- events
- IDTSComponentEvents
관리되는 IDTSComponentEvents 개체입니다.
반환
지정된 관리되는 IDTSComponentEvents100 개체에 해당하는 네이티브 IDTSComponentEvents 개체입니다.
설명
Microsoft.SqlServer.Dts.Runtime.DtsConvert.GetExtendedInterface(IDTSComponentEvents) 사용되지 ToComponentEvents90 않는 메서드 대신 메서드를 사용합니다.
적용 대상
GetExtendedInterface(IDTSEvents)
지정된 관리되는 IDTSEvents100 개체에 해당하는 네이티브 IDTSEvents 개체를 가져옵니다.
public:
static Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSEvents100 ^ GetExtendedInterface(Microsoft::SqlServer::Dts::Runtime::IDTSEvents ^ events);
public static Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSEvents100 GetExtendedInterface (Microsoft.SqlServer.Dts.Runtime.IDTSEvents events);
static member GetExtendedInterface : Microsoft.SqlServer.Dts.Runtime.IDTSEvents -> Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSEvents100
Public Shared Function GetExtendedInterface (events As IDTSEvents) As IDTSEvents100
매개 변수
- events
- IDTSEvents
관리되는 IDTSEvents 개체입니다.
반환
지정된 관리되는 IDTSEvents100 개체에 해당하는 네이티브 IDTSEvents 개체입니다.
설명
Microsoft.SqlServer.Dts.Runtime.DtsConvert.GetExtendedInterface(IDTSEvents) 사용되지 ToEvents90 않는 메서드 대신 메서드를 사용합니다.
적용 대상
GetExtendedInterface(IDTSInfoEvents)
지정된 관리되는 IDTSInfoEvents100 개체에 해당하는 네이티브 IDTSInfoEvents 개체를 가져옵니다.
public:
static Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSInfoEvents100 ^ GetExtendedInterface(Microsoft::SqlServer::Dts::Runtime::IDTSInfoEvents ^ events);
public static Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSInfoEvents100 GetExtendedInterface (Microsoft.SqlServer.Dts.Runtime.IDTSInfoEvents events);
static member GetExtendedInterface : Microsoft.SqlServer.Dts.Runtime.IDTSInfoEvents -> Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSInfoEvents100
Public Shared Function GetExtendedInterface (events As IDTSInfoEvents) As IDTSInfoEvents100
매개 변수
- events
- IDTSInfoEvents
관리되는 IDTSInfoEvents 개체입니다.
반환
지정된 관리되는 IDTSInfoEvents100 개체에 해당하는 네이티브 IDTSInfoEvents 개체입니다.
설명
Microsoft.SqlServer.Dts.Runtime.DtsConvert.GetExtendedInterface(IDTSInfoEvents) 사용되지 ToInfoEvents90 않는 메서드 대신 메서드를 사용합니다.
적용 대상
GetExtendedInterface(Package)
지정된 관리되는 IDTSPackage100 개체에 해당하는 네이티브 Package 개체를 가져옵니다.
public:
static Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSPackage100 ^ GetExtendedInterface(Microsoft::SqlServer::Dts::Runtime::Package ^ pkg);
public static Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSPackage100 GetExtendedInterface (Microsoft.SqlServer.Dts.Runtime.Package pkg);
static member GetExtendedInterface : Microsoft.SqlServer.Dts.Runtime.Package -> Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSPackage100
Public Shared Function GetExtendedInterface (pkg As Package) As IDTSPackage100
매개 변수
반환
지정된 관리되는 IDTSPackage100 개체에 해당하는 네이티브 Package 개체입니다.
설명
Microsoft.SqlServer.Dts.Runtime.DtsConvert.GetExtendedInterface(Package) 사용되지 ToPackage90 않는 메서드 대신 메서드를 사용합니다.
적용 대상
GetExtendedInterface(VariableDispenser)
지정된 관리되는 IDTSVariableDispenser100 개체에 해당하는 네이티브 VariableDispenser 개체를 가져옵니다.
public:
static Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSVariableDispenser100 ^ GetExtendedInterface(Microsoft::SqlServer::Dts::Runtime::VariableDispenser ^ variableDispenser);
public static Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSVariableDispenser100 GetExtendedInterface (Microsoft.SqlServer.Dts.Runtime.VariableDispenser variableDispenser);
static member GetExtendedInterface : Microsoft.SqlServer.Dts.Runtime.VariableDispenser -> Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSVariableDispenser100
Public Shared Function GetExtendedInterface (variableDispenser As VariableDispenser) As IDTSVariableDispenser100
매개 변수
- variableDispenser
- VariableDispenser
관리되는 VariableDispenser 개체입니다.
반환
지정된 관리되는 IDTSVariableDispenser100 개체에 해당하는 네이티브 VariableDispenser 개체입니다.
설명
Microsoft.SqlServer.Dts.Runtime.DtsConvert.GetExtendedInterface(VariableDispenser) 사용되지 ToVariableDispenser90 않는 메서드 대신 메서드를 사용합니다.
적용 대상
GetExtendedInterface(Variables)
지정된 관리되는 IDTSVariables100 개체에 해당하는 네이티브 Variables 개체를 가져옵니다.
public:
static Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSVariables100 ^ GetExtendedInterface(Microsoft::SqlServer::Dts::Runtime::Variables ^ variables);
public static Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSVariables100 GetExtendedInterface (Microsoft.SqlServer.Dts.Runtime.Variables variables);
static member GetExtendedInterface : Microsoft.SqlServer.Dts.Runtime.Variables -> Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSVariables100
Public Shared Function GetExtendedInterface (variables As Variables) As IDTSVariables100
매개 변수
반환
지정된 관리되는 IDTSVariables100 개체에 해당하는 네이티브 Variables 개체입니다.
설명
Microsoft.SqlServer.Dts.Runtime.DtsConvert.GetExtendedInterface(Variables) 사용되지 ToVariables90 않는 메서드 대신 메서드를 사용합니다.