IDTSProject100.GetPackage(Int32, String) 方法

定義

取得專案的封裝。

public:
 Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSPackage100 ^ GetPackage(int iPackage, [Runtime::InteropServices::Out] System::String ^ % bstrPackageStreamName);
public Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSPackage100 GetPackage (int iPackage, out string bstrPackageStreamName);
abstract member GetPackage : int * string -> Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSPackage100
Public Function GetPackage (iPackage As Integer, ByRef bstrPackageStreamName As String) As IDTSPackage100

參數

iPackage
Int32

封裝。

bstrPackageStreamName
String

封裝資料流名稱。

傳回

IDTSPackage100

傳回的封裝。

適用於