Compartilhar via


Propriedade do RDL ServerGroup.IsDropped

Gets the Boolean value that specifies whether the server group has been dropped or not.

Namespace:  Microsoft.SqlServer.Management.RegisteredServers
Assembly:  Microsoft.SqlServer.Management.RegisteredServers (em Microsoft.SqlServer.Management.RegisteredServers.dll)

Sintaxe

'Declaração
<SfcIgnoreAttribute> _
Public ReadOnly Property IsDropped As Boolean 
    Get
'Uso
Dim instance As ServerGroup 
Dim value As Boolean 

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

Valor da propriedade

Tipo: System.Boolean
A Boolean value that specifies whether the server group has been dropped.If True, the server group has been dropped. 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

Referência

ServerGroup Classe

Namespace Microsoft.SqlServer.Management.RegisteredServers