Share via


IDTSProperty100.GetPackagePath(Object) Method

Definition

public:
 System::String ^ GetPackagePath(System::Object ^ pObject);
[System.Runtime.InteropServices.DispId(14)]
public string GetPackagePath (object pObject);
[<System.Runtime.InteropServices.DispId(14)>]
abstract member GetPackagePath : obj -> string
Public Function GetPackagePath (pObject As Object) As String

Parameters

pObject
Object

Returns

The relative path to the location of the specified package.

Attributes

Remarks

For more information, see DtsProperty.

Applies to