Udostępnij za pośrednictwem


ForLoopClass.Parent Property

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

Gets the parent of the container.

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 ForLoopClass 
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
The parent of the container.

Implements

IDTSContainer100.Parent

See Also

Reference

ForLoopClass Class

Microsoft.SqlServer.Dts.Runtime.Wrapper Namespace