Compartir a través de


ServerGroup.IsDropped Propiedad

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

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 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 de la propiedad

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.

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