IDTSProperty100.GetPackagePath(Object) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.