IDTSProperty100.GetPackagePath(Object) Method

Definition

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

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

An object that contains the package.

Returns

The relative path to the location of the specified package.

Attributes

Remarks

For more information, see DtsProperty.

Applies to