Freigeben über


IDTSProperty100.GetPackagePath-Methode

Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

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

Namespace:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)

Syntax

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

Parameter

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

Rückgabewert

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

Hinweise

For more information, see DtsProperty.

Siehe auch

Verweis

IDTSProperty100 Schnittstelle

Microsoft.SqlServer.Dts.Runtime.Wrapper-Namespace