Partager via


Propriété RegisteredServer.IsDropped

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

Espace de noms :  Microsoft.SqlServer.Management.RegisteredServers
Assembly :  Microsoft.SqlServer.Management.RegisteredServers (en Microsoft.SqlServer.Management.RegisteredServers.dll)

Syntaxe

'Déclaration
<SfcIgnoreAttribute> _
Public ReadOnly Property IsDropped As Boolean 
    Get
'Utilisation
Dim instance As RegisteredServer 
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

Valeur de propriété

Type : System.Boolean
A Boolean value that specifies whether the registered server has been dropped.If True, the registered server has been dropped. Otherwise, False.

Notes

Cet espace de noms, cette classe ou ce membre est pris en charge uniquement par la version 2.0 de Microsoft .NET Framework.

Voir aussi

Référence

RegisteredServer Classe

Espace de noms Microsoft.SqlServer.Management.RegisteredServers