IDTSProject100.GetConfiguredPackageByName(String) Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Ottiene il pacchetto configurato in base al 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
Nome di flusso del pacchetto.
Restituisce
Pacchetto restituito.