Propriedade do RDL IsSystemServerGroup
Gets the Boolean value that specifies whether the server group is a system object.
Namespace: Microsoft.SqlServer.Management.RegisteredServers
Assembly: Microsoft.SqlServer.Management.RegisteredServers (em Microsoft.SqlServer.Management.RegisteredServers.dll)
Sintaxe
'Declaração
<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 da propriedade
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.
Comentários
Só há suporte para esse namespace, classe ou membro na versão 2.0 do Microsoft .NET Framework.
Consulte também