ForEachNodeListEnumerator::EnumerationType Property

 

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

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

public:
property EnumerationType EnumerationType {
	virtual EnumerationType get() sealed;
	virtual void set(EnumerationType value) sealed;
}
Return to top
Show: