ForEachNodeListEnumerator::InnerElementType Property

 

Gets or sets this property to a value from the InnerElementType enumeration.

Namespace:   Microsoft.SqlServer.Dts.Runtime.Enumerators.NodeList
Assembly:  Microsoft.SqlServer.ForEachNodeListEnumerator (in Microsoft.SqlServer.ForEachNodeListEnumerator.dll)

public:
property InnerElementType InnerElementType {
	virtual InnerElementType get() sealed;
	virtual void set(InnerElementType value) sealed;
}

Property Value

Type: Microsoft.SqlServer.Dts.Runtime.Enumerators.NodeList::InnerElementType

A value from the InnerElementType enumeration.

Return to top
Show: