Udostępnij przez


Właściwość ForEachNodeListEnumerator.EnumerationType

Pobiera lub ustawia wartość tej właściwość EnumerationType wyliczania.

Przestrzeń nazw:  Microsoft.SqlServer.Dts.Runtime.Enumerators.NodeList
Zestaw:  Microsoft.SqlServer.ForEachNodeListEnumerator (w Microsoft.SqlServer.ForEachNodeListEnumerator.dll)

Składnia

'Deklaracja
Public Property EnumerationType As EnumerationType
    Get
    Set
'Użycie
Dim instance As ForEachNodeListEnumerator
Dim value As EnumerationType

value = instance.EnumerationType

instance.EnumerationType = value
public EnumerationType EnumerationType { get; set; }
public:
virtual property EnumerationType EnumerationType {
    EnumerationType get () sealed;
    void set (EnumerationType value) sealed;
}
abstract EnumerationType : EnumerationType with get, set
override EnumerationType : EnumerationType with get, set
final function get EnumerationType () : EnumerationType
final function set EnumerationType (value : EnumerationType)

Wartość właściwości

Typ: Microsoft.SqlServer.Dts.Runtime.Enumerators.NodeList.EnumerationType
Wartość z EnumerationType wyliczania.

Implementacje

IDTSForEachNodeListEnumerator.EnumerationType