Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets or sets this property to a value from the EnumerationType enumeration.
Namespace: Microsoft.SqlServer.Dts.Runtime.Enumerators.NodeList
Assembly: Microsoft.SqlServer.ForEachNodeListEnumerator (in Microsoft.SqlServer.ForEachNodeListEnumerator.dll)
Syntax
'Declaration
Property EnumerationType As EnumerationType
Get
Set
'Usage
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)
Eigenschaftswert
Typ: Microsoft.SqlServer.Dts.Runtime.Enumerators.NodeList.EnumerationType
A value from the EnumerationType enumeration.
Siehe auch
Verweis
IDTSForEachNodeListEnumerator Schnittstelle
Microsoft.SqlServer.Dts.Runtime.Enumerators.NodeList-Namespace