다음을 통해 공유


DtsConvert.GetWrapper 메서드 (IDTSApplication100)

Gets the managed Application object that corresponds to the specified native IDTSApplication100 object.

네임스페이스:  Microsoft.SqlServer.Dts.Runtime
어셈블리:  Microsoft.SqlServer.ManagedDTS(Microsoft.SqlServer.ManagedDTS.dll)

구문

‘선언
Public Shared Function GetWrapper ( _
    iapp As IDTSApplication100 _
) As Application
‘사용 방법
Dim iapp As IDTSApplication100 
Dim returnValue As Application 

returnValue = DtsConvert.GetWrapper(iapp)
public static Application GetWrapper(
    IDTSApplication100 iapp
)
public:
static Application^ GetWrapper(
    IDTSApplication100^ iapp
)
static member GetWrapper : 
        iapp:IDTSApplication100 -> Application
public static function GetWrapper(
    iapp : IDTSApplication100
) : Application

매개 변수

반환 값

유형: Microsoft.SqlServer.Dts.Runtime.Application
The managed Application object that corresponds to the specified native IDTSApplication100 object.

주의

Use the DtsConvert.GetWrapper(IDTSApplication100) method instead of the obsolete ToApplication method.

참고 항목

참조

DtsConvert 클래스

GetWrapper 오버로드

Microsoft.SqlServer.Dts.Runtime 네임스페이스