Proprietà IsDropped
Gets the Boolean value that specifies whether the registered server has been dropped or not.
Spazio dei nomi Microsoft.SqlServer.Management.RegisteredServers
Assembly: Microsoft.SqlServer.Management.RegisteredServers (in Microsoft.SqlServer.Management.RegisteredServers.dll)
Sintassi
'Dichiarazione
<SfcIgnoreAttribute> _
Public ReadOnly Property IsDropped As Boolean
Get
'Utilizzo
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
Valore proprietà
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.
Osservazioni
Questo spazio dei nomi, classe o membro è supportato solo nella versione 2.0 di Microsoft .NET Framework.
Vedere anche