Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.
Gets the relative path to the location of the specified package.
Espace de noms : Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly : Microsoft.SqlServer.DTSRuntimeWrap (en Microsoft.SqlServer.DTSRuntimeWrap.dll)
Syntaxe
'Déclaration
Function GetPackagePath ( _
pObject As Object _
) As String
'Utilisation
Dim instance As IDTSProperty100
Dim pObject As Object
Dim returnValue As String
returnValue = instance.GetPackagePath(pObject)
string GetPackagePath(
Object pObject
)
String^ GetPackagePath(
[InAttribute] Object^ pObject
)
abstract GetPackagePath :
pObject:Object -> string
function GetPackagePath(
pObject : Object
) : String
Paramètres
- pObject
Type : System.Object
An object that contains the package.
Valeur de retour
Type : System.String
The relative path to the location of the specified package.
Notes
For more information, see DtsProperty.