IDTSProject100.GetConfiguredPackageByName(String) 方法

定義

依名稱取得設定的封裝。

public:
 Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSPackage100 ^ GetConfiguredPackageByName(System::String ^ bstrPackageStreamName);
public Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSPackage100 GetConfiguredPackageByName (string bstrPackageStreamName);
abstract member GetConfiguredPackageByName : string -> Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSPackage100
Public Function GetConfiguredPackageByName (bstrPackageStreamName As String) As IDTSPackage100

參數

bstrPackageStreamName
String

封裝資料流名稱。

傳回

IDTSPackage100

傳回的封裝。

適用於