Linguaggio

ApplicationClass.GetDtsServerPackageInfos(String, String) Metodo

Definizione

Ottiene una collezione PackageInfos che contiene i pacchetti memorizzati nello SSIS Package Store su un'istanza di SQL Server, all'interno della cartella specificata.

public:
 virtual Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSPackageInfos100 ^ GetDtsServerPackageInfos(System::String ^ bstrPackageFolder, System::String ^ bstrServerName) = Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSApplication130::GetDtsServerPackageInfos;
public:
 virtual Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSPackageInfos100 ^ GetDtsServerPackageInfos(System::String ^ bstrPackageFolder, System::String ^ bstrServerName) = Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSApplication150::GetDtsServerPackageInfos;
[System.Runtime.InteropServices.DispId(51)]
public virtual 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
override this.GetDtsServerPackageInfos : string * string -> Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSPackageInfos100
Public Overridable Function GetDtsServerPackageInfos (bstrPackageFolder As String, bstrServerName As String) As IDTSPackageInfos100

Parametri

bstrPackageFolder
String

La cartella sotto Stored Packages che contiene i package.

bstrServerName
String

Il nome dell'istanza di SQL Server dove risiedono i pacchetti.

Valori restituiti

Una collezione PackageInfos che contiene oggetti PackageInfo.

Implementazioni

Attributi

Si applica a