ForEachNodeListEnumerator.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)
구문
‘선언
Public Property EnumerationType As EnumerationType
Get
Set
‘사용 방법
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)
속성 값
유형: Microsoft.SqlServer.Dts.Runtime.Enumerators.NodeList.EnumerationType
A value from the EnumerationType enumeration.
구현
IDTSForEachNodeListEnumerator.EnumerationType