ForEachLoopClass.GetParentID Method

Definition

Gets the ID of the parent container.

public:
 virtual System::String ^ GetParentID() = Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSContainer100::GetParentID;
public virtual string GetParentID ();
abstract member GetParentID : unit -> string
override this.GetParentID : unit -> string
Public Overridable Function GetParentID () As String

Returns

A string that represents the ID of the parent container.

Implements

Applies to