Partager via


EnumerationType propriété

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

Espace de noms :  Microsoft.SqlServer.Dts.Runtime.Enumerators.NodeList
Assembly :  Microsoft.SqlServer.ForEachNodeListEnumerator (dans Microsoft.SqlServer.ForEachNodeListEnumerator.dll)

Syntaxe

'Déclaration
Property EnumerationType As EnumerationType
    Get
    Set
'Utilisation
Dim instance As IDTSForEachNodeListEnumerator
Dim value As EnumerationType

value = instance.EnumerationType

instance.EnumerationType = value
EnumerationType EnumerationType { get; set; }
property EnumerationType EnumerationType {
    EnumerationType get ();
    void set (EnumerationType value);
}
abstract EnumerationType : EnumerationType with get, set
function get EnumerationType () : EnumerationType
function set EnumerationType (value : EnumerationType)

Valeur de la propriété

Type : Microsoft.SqlServer.Dts.Runtime.Enumerators.NodeList. . :: . .EnumerationType
A value from the EnumerationType enumeration.