IDTSProject100.GetPackageNoLoad(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 qui ne contient pas de charge.
public:
Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSPackage100 ^ GetPackageNoLoad(int iPackage, [Runtime::InteropServices::Out] System::String ^ % bstrPackageStreamName);
public Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSPackage100 GetPackageNoLoad (int iPackage, out string bstrPackageStreamName);
abstract member GetPackageNoLoad : int * string -> Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSPackage100
Public Function GetPackageNoLoad (iPackage As Integer, ByRef bstrPackageStreamName As String) As IDTSPackage100
Paramètres
- iPackage
- Int32
Package.
- bstrPackageStreamName
- String
Nom du flux du package.
Retours
Package retourné.