IsEnumerable プロパティ

条件が列挙可能かどうかを示す Boolean 値を取得します。

名前空間:  Microsoft.SqlServer.Management.Dmf
アセンブリ:  Microsoft.SqlServer.Dmf (Microsoft.SqlServer.Dmf.dll)

構文

'宣言
<SfcPropertyAttribute(SfcPropertyFlags.Computed)> _
Public ReadOnly Property IsEnumerable As Boolean
    Get
'使用
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

プロパティ値

型: System. . :: . .Boolean
条件が列挙可能かどうかを示す Boolean 値です。
True の場合、条件は列挙可能です。それ以外の場合は False です。

説明

この名前空間、クラス、またはメンバーは、Microsoft .NET Framework Version 2.0 でのみサポートされています。