次の方法で共有


Condition.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 (既定値) です。

使用例

C#

System.Console.WriteLine(c.IsEnumerable);

VB

System.Console.WriteLine(c.IsEnumerable)

関連項目

参照

Condition クラス

Microsoft.SqlServer.Management.Dmf 名前空間