Compartir a través de


ServerGroup.IsSystemServerGroup Propiedad

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

Espacio de nombres:  Microsoft.SqlServer.Management.RegisteredServers
Ensamblado:  Microsoft.SqlServer.Management.RegisteredServers (en Microsoft.SqlServer.Management.RegisteredServers.dll)

Sintaxis

'Declaración
<SfcIgnoreAttribute> _
Public ReadOnly Property IsSystemServerGroup As Boolean 
    Get
'Uso
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

Valor de la propiedad

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

Comentarios

Este espacio de nombres, clase o miembro solamente se admite en la versión 2.0 de Microsoft .NET Framework.

Vea también

Referencia

ServerGroup Clase

Espacio de nombres Microsoft.SqlServer.Management.RegisteredServers