Condividi tramite


ApplicationClass.GetDtsServerPackageInfos(String, String) Metodo

Definizione

Ottiene una raccolta PackageInfos che contiene i pacchetti archiviati nell'Archivio pacchetti SSIS di un'istanza di SQL Server, nella 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

Cartella in Pacchetti archiviati che contiene i pacchetti.

bstrServerName
String

Nome dell'istanza di SQL Server in cui si trovano i pacchetti.

Restituisce

Raccolta di PackageInfos che contiene oggetti PackageInfo.

Implementazioni

Attributi

Si applica a