DtsConvert.ToPackage(IDTSPackage100) メソッド

定義

注意事項

The ToXXXX() methods have been replaced with the GetWrapper() method.

メンバーは廃止されました。代わりにメソッドを GetWrapper(IDTSPackage100) 使用してください。 ネイティブ IDTSPackage100 オブジェクトをマネージド Package オブジェクトに変換します。

public:
 static Microsoft::SqlServer::Dts::Runtime::Package ^ ToPackage(Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSPackage100 ^ ipkg);
[System.Obsolete("The ToXXXX() methods have been replaced with the GetWrapper() method.")]
public static Microsoft.SqlServer.Dts.Runtime.Package ToPackage (Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSPackage100 ipkg);
[<System.Obsolete("The ToXXXX() methods have been replaced with the GetWrapper() method.")>]
static member ToPackage : Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSPackage100 -> Microsoft.SqlServer.Dts.Runtime.Package
Public Shared Function ToPackage (ipkg As IDTSPackage100) As Package

パラメーター

ipkg
IDTSPackage100

IDTSPackage100 ネイティブ オブジェクトです。

戻り値

Package マネージド オブジェクトです。

属性

適用対象