IDTSProperty100.GetPackagePath(Object) 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 chemin d'accès relatif à l'emplacement du package spécifié.
public:
System::String ^ GetPackagePath(System::Object ^ pObject);
[System.Runtime.InteropServices.DispId(14)]
public string GetPackagePath (object pObject);
[<System.Runtime.InteropServices.DispId(14)>]
abstract member GetPackagePath : obj -> string
Public Function GetPackagePath (pObject As Object) As String
Paramètres
- pObject
- Object
Objet qui contient le package.
Retours
Chemin d'accès relatif à l'emplacement du package spécifié.
- Attributs
Remarques
Pour plus d’informations, consultez DtsProperty.