次の方法で共有


IsSystemObject プロパティ

条件が Object かどうかを示します。

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

構文

'宣言
<SfcPropertyAttribute(SfcPropertyFlags.Data)> _
Public ReadOnly Property IsSystemObject As Boolean
    Get
'使用
Dim instance As Condition
Dim value As Boolean

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

プロパティ値

型: System. . :: . .Boolean
条件が Object の場合に True を返すブール値です。