IsSystemServerGroup 属性

Gets the Boolean value that specifies whether the server group is a system object.

命名空间:  Microsoft.SqlServer.Management.RegisteredServers
程序集:  Microsoft.SqlServer.Management.RegisteredServers(在 Microsoft.SqlServer.Management.RegisteredServers.dll 中)

语法

声明
<SfcIgnoreAttribute> _
Public ReadOnly Property IsSystemServerGroup As Boolean
    Get
用法
Dim instance As ServerGroup
Dim value As Boolean

value = instance.IsSystemServerGroup
[SfcIgnoreAttribute]
public bool IsSystemServerGroup { get; }
[SfcIgnoreAttribute]
public:
property bool IsSystemServerGroup {
    bool get ();
}
[<SfcIgnoreAttribute>]
member IsSystemServerGroup : bool
function get IsSystemServerGroup () : boolean

属性值

类型:System. . :: . .Boolean
A Boolean value that specifies whether the object is a system object.
If True, the object is a system object. Otherwise, False.

注释

仅 Microsoft .NET Framework 的 2.0 版本支持此命名空间、类或成员。