IDTSPackage100.GetObjectFromPackagePath(String, IDTSProperty100) 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.
Retourne une propriété de package et l'objet à partir du chemin d'accès au package spécifié.
public:
System::Object ^ GetObjectFromPackagePath(System::String ^ bstrPath, [Runtime::InteropServices::Out] Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSProperty100 ^ % ppProperty);
[System.Runtime.InteropServices.DispId(70)]
public object GetObjectFromPackagePath (string bstrPath, out Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSProperty100 ppProperty);
[<System.Runtime.InteropServices.DispId(70)>]
abstract member GetObjectFromPackagePath : string * IDTSProperty100 -> obj
Public Function GetObjectFromPackagePath (bstrPath As String, ByRef ppProperty As IDTSProperty100) As Object
Paramètres
- bstrPath
- String
Chemin d'accès au package.
- ppProperty
- IDTSProperty100
L'objet est la propriété qui vous intéresse.
Retours
Objet qui contient les informations voulues.
- Attributs
Remarques
Cette interface est implémentée par les interfaces Package et PackageNeutral.