Propriedade do RDL IsDropped
Gets the Boolean value that specifies whether the registered server 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 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 da propriedade
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.
Comentários
Só há suporte para esse namespace, classe ou membro na versão 2.0 do Microsoft .NET Framework.
Consulte também