Metodo IDTSProperty100.GetPackagePath

Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.

Gets the relative path to the location of the specified package.

Spazio dei nomi  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)

Sintassi

'Dichiarazione
Function GetPackagePath ( _
    pObject As Object _
) As String
'Utilizzo
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

Parametri

  • pObject
    Tipo: System.Object
    An object that contains the package.

Valore restituito

Tipo: System.String
The relative path to the location of the specified package.

Osservazioni

For more information, see DtsProperty.

Vedere anche

Riferimento

IDTSProperty100 Interfaccia

Spazio dei nomi Microsoft.SqlServer.Dts.Runtime.Wrapper