Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.