Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Gets or sets this property to a value from the EnumerationType enumeration.
Espacio de nombres: Microsoft.SqlServer.Dts.Runtime.Enumerators.NodeList
Ensamblado: Microsoft.SqlServer.ForEachNodeListEnumerator (en Microsoft.SqlServer.ForEachNodeListEnumerator.dll)
Sintaxis
'Declaración
Public Property EnumerationType As EnumerationType
Get
Set
'Uso
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)
Valor de la propiedad
Tipo: Microsoft.SqlServer.Dts.Runtime.Enumerators.NodeList.EnumerationType
A value from the EnumerationType enumeration.
Implementa
IDTSForEachNodeListEnumerator.EnumerationType
Vea también
Referencia
ForEachNodeListEnumerator Clase
Espacio de nombres Microsoft.SqlServer.Dts.Runtime.Enumerators.NodeList