IDTSProject100.GetPackage(Int32, String) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient le package du projet.
public:
Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSPackage100 ^ GetPackage(int iPackage, [Runtime::InteropServices::Out] System::String ^ % bstrPackageStreamName);
public Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSPackage100 GetPackage (int iPackage, out string bstrPackageStreamName);
abstract member GetPackage : int * string -> Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSPackage100
Public Function GetPackage (iPackage As Integer, ByRef bstrPackageStreamName As String) As IDTSPackage100
Paramètres
- iPackage
- Int32
Package.
- bstrPackageStreamName
- String
Nom du flux du package.
Retours
Package retourné.