IsSystemObject 属性
命名空间: 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.