Freigeben über


ForEachLoopClass.GetParentID-Methode

Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

Gets the ID of the parent 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 ForEachLoopClass 
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

Rückgabewert

Typ: System.String
A string that represents the ID of the parent container.

Implementiert

IDTSContainer100.GetParentID()

Siehe auch

Verweis

ForEachLoopClass Klasse

Microsoft.SqlServer.Dts.Runtime.Wrapper-Namespace