Linguaggio

IDTSProject100.GetConfiguredPackageByName(String) Metodo

Definizione

Ottiene il pacchetto configurato per nome.

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

Parametri

bstrPackageStreamName
String

Il nome del flusso del pacchetto.

Valori restituiti

Il pacco restituito.

Si applica a