Share via


ForEachLoopClass.Parent Property

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

Gets the parent container. The value is read-only.

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

Syntax

'Declaration
Public Overridable ReadOnly Property Parent As IDTSContainer100 
    Get
'Usage
Dim instance As ForEachLoopClass 
Dim value As IDTSContainer100 

value = instance.Parent
public virtual IDTSContainer100 Parent { get; }
public:
virtual property IDTSContainer100^ Parent {
    IDTSContainer100^ get ();
}
abstract Parent : IDTSContainer100 
override Parent : IDTSContainer100
function get Parent () : IDTSContainer100

Property Value

Type: Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSContainer100
A IDTSContainer100 object that is the parent of the current ForEachLoopClass instance. Returns nulla null reference (Nothing in Visual Basic) if there is no parent.

Implements

IDTSContainer100.Parent

See Also

Reference

ForEachLoopClass Class

Microsoft.SqlServer.Dts.Runtime.Wrapper Namespace