IsDropped Propiedad
Gets the Boolean value that specifies whether the registered server 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 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
Valor de la propiedad
Tipo: System. . :: . .Boolean
A Boolean value that specifies whether the registered server has been dropped.
If True, the registered server has been dropped. Otherwise, False.
Notas
Este espacio de nombres, clase o miembro solo se admite en la versión 2.0 de Microsoft .NET Framework.