共用方式為


IsSystemObject 屬性

Determines whether the condition is a 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
A Boolean value that returns True if the condition is a Object.