ForEachNodeListEnumerator.EnumerationType Property

Definition

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

public:
 property Microsoft::SqlServer::Dts::Runtime::Enumerators::NodeList::EnumerationType EnumerationType { Microsoft::SqlServer::Dts::Runtime::Enumerators::NodeList::EnumerationType get(); void set(Microsoft::SqlServer::Dts::Runtime::Enumerators::NodeList::EnumerationType value); };
public Microsoft.SqlServer.Dts.Runtime.Enumerators.NodeList.EnumerationType EnumerationType { get; set; }
member this.EnumerationType : Microsoft.SqlServer.Dts.Runtime.Enumerators.NodeList.EnumerationType with get, set
Public Property EnumerationType As EnumerationType

Property Value

A value from the EnumerationType enumeration.

Implements

Applies to