IDTSApplication100.GetDtsServerPackageInfos(String, 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 una IDTSPackageInfos100 collezione che contiene i pacchetti memorizzati nello SSIS Package Store su un'istanza di SQL Server, all'interno della cartella specificata.
public:
Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSPackageInfos100 ^ GetDtsServerPackageInfos(System::String ^ bstrPackageFolder, System::String ^ bstrServerName);
[System.Runtime.InteropServices.DispId(51)]
public Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSPackageInfos100 GetDtsServerPackageInfos(string bstrPackageFolder, string bstrServerName);
[<System.Runtime.InteropServices.DispId(51)>]
abstract member GetDtsServerPackageInfos : string * string -> Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSPackageInfos100
Public Function GetDtsServerPackageInfos (bstrPackageFolder As String, bstrServerName As String) As IDTSPackageInfos100
Parametri
- bstrPackageFolder
- String
La cartella sotto Stored Packages che contiene i pacchetti che vuoi enumerare.
- bstrServerName
- String
Il nome dell'istanza di SQL Server dove risiedono i pacchetti.
Valori restituiti
Una IDTSPackageInfos100 collezione che contiene IDTSPackageInfo100 oggetti.
- Attributi