Package.GetObjectFromPackagePath(String, DtsProperty) 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 ^ packagePath, [Runtime::InteropServices::Out] Microsoft::SqlServer::Dts::Runtime::DtsProperty ^ % property);
public object GetObjectFromPackagePath (string packagePath, out Microsoft.SqlServer.Dts.Runtime.DtsProperty property);
member this.GetObjectFromPackagePath : string * DtsProperty -> obj
Public Function GetObjectFromPackagePath (packagePath As String, ByRef property As DtsProperty) As Object
Paramètres
- packagePath
- String
Chemin d'accès au package.
- property
- DtsProperty
L'objet est la propriété qui vous intéresse. Il s'agit d'un paramètre de sortie.
Retours
Propriété de package et objet du chemin d'accès au package spécifié.