共用方式為


Policy.IsSystemObject 屬性

Determines whether the Policy object 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 Policy 
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, True if the policy object is a Object, otherwise False.

請參閱

參考

Policy 類別

Microsoft.SqlServer.Management.Dmf 命名空間