Sdílet prostřednictvím


EventHandlerClass.GetParentID Method

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

Gets the parent identifier of this container.

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 EventHandlerClass 
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
A String value that represents the parent identifier of this container.

Implements

IDTSContainer100.GetParentID()

See Also

Reference

EventHandlerClass Class

Microsoft.SqlServer.Dts.Runtime.Wrapper Namespace