Share via


PackageClass.GetParentID Method

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

Retrieves the parent identifier of the package.

Namespace:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)

Syntax

'Declaration
Public Overridable Function GetParentID As String
'Usage
Dim instance As PackageClass 
Dim returnValue As String 

returnValue = instance.GetParentID()
public virtual string GetParentID()
public:
virtual String^ GetParentID()
abstract GetParentID : unit -> string  
override GetParentID : unit -> string
public function GetParentID() : String

Return Value

Type: System.String
The parent identifier of the package.

Implements

IDTSContainer100.GetParentID()

Remarks

For more information, see Package.

See Also

Reference

PackageClass Class

Microsoft.SqlServer.Dts.Runtime.Wrapper Namespace