Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
Gets the Boolean value that specifies whether the server group is a system object.
Namespace: Microsoft.SqlServer.Management.RegisteredServers
Assembly: Microsoft.SqlServer.Management.RegisteredServers (in Microsoft.SqlServer.Management.RegisteredServers.dll)
Syntax
'Declaration
<SfcIgnoreAttribute> _
Public ReadOnly Property IsSystemServerGroup As Boolean
Get
'Usage
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
Property Value
Type: System.Boolean
A Boolean value that specifies whether the object is a system object. If True, the object is a system object. Otherwise, False.
Remarks
This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.