Share via


IDTSProperty100.GetPackagePath Method

This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.

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

Parameters

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

Return Value

Type: System.String
The relative path to the ___location of the specified package.

Remarks

For more information, see DtsProperty.

See Also

Reference

IDTSProperty100 Interface

Microsoft.SqlServer.Dts.Runtime.Wrapper Namespace