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