Udostępnij przez


Właściwość Condition.IsEnumerable

Pobiera Boolean wartość określająca, czy warunek jest agreguje ustalony.

Przestrzeń nazw:  Microsoft.SqlServer.Management.Dmf
Zestaw:  Microsoft.SqlServer.Dmf (w Microsoft.SqlServer.Dmf.dll)

Składnia

'Deklaracja
<SfcPropertyAttribute(SfcPropertyFlags.Computed)> _
Public ReadOnly Property IsEnumerable As Boolean
    Get
'Użycie
Dim instance As Condition
Dim value As Boolean

value = instance.IsEnumerable
[SfcPropertyAttribute(SfcPropertyFlags.Computed)]
public bool IsEnumerable { get; }
[SfcPropertyAttribute(SfcPropertyFlags::Computed)]
public:
property bool IsEnumerable {
    bool get ();
}
[<SfcPropertyAttribute(SfcPropertyFlags.Computed)>]
member IsEnumerable : bool
function get IsEnumerable () : boolean

Wartość właściwości

Typ: System.Boolean
A Boolean wartość określająca, czy warunek jest agreguje ustalony.
Jeśli True, warunek jest agreguje ustalony.W przeciwnym razie jest używana wartość False.

Przykłady

C#

System.Console.WriteLine(c.IsEnumerable);

VB

System.Console.WriteLine(c.IsEnumerable)