Partager via


Propriété ForEachNodeListEnumerator.EnumerationType

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 (en Microsoft.SqlServer.ForEachNodeListEnumerator.dll)

Syntaxe

'Déclaration
Public Property EnumerationType As EnumerationType 
    Get 
    Set
'Utilisation
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)

Valeur de propriété

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

Implémente

IDTSForEachNodeListEnumerator.EnumerationType

Voir aussi

Référence

ForEachNodeListEnumerator Classe

Espace de noms Microsoft.SqlServer.Dts.Runtime.Enumerators.NodeList