Поделиться через


Свойство EnumerationType

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

Пространство имен:  Microsoft.SqlServer.Dts.Runtime.Enumerators.NodeList
Сборка:  Microsoft.SqlServer.ForEachNodeListEnumerator (в Microsoft.SqlServer.ForEachNodeListEnumerator.dll)

Синтаксис

'Декларация
Public Property EnumerationType As EnumerationType
    Get
    Set
'Применение
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)

Значение свойства

Тип: Microsoft.SqlServer.Dts.Runtime.Enumerators.NodeList. . :: . .EnumerationType
A value from the EnumerationType enumeration.

Реализует

IDTSForEachNodeListEnumerator. . :: . .EnumerationType