共用方式為


IDTSForEachNodeListEnumerator.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 中)

語法

'宣告
Property EnumerationType As EnumerationType 
    Get 
    Set
'用途
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)

屬性值

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

請參閱

參考

IDTSForEachNodeListEnumerator 介面

Microsoft.SqlServer.Dts.Runtime.Enumerators.NodeList 命名空間