Bemærk
Adgang til denne side kræver godkendelse. Du kan prøve at logge på eller ændre mapper.
Adgang til denne side kræver godkendelse. Du kan prøve at ændre mapper.
Gets the Boolean value that specifies whether the server group has been dropped or not.
Namespace: Microsoft.SqlServer.Management.RegisteredServers
Assembly: Microsoft.SqlServer.Management.RegisteredServers (in Microsoft.SqlServer.Management.RegisteredServers.dll)
Syntax
'Declaration
<SfcIgnoreAttribute> _
Public ReadOnly Property IsDropped As Boolean
Get
'Usage
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
Property Value
Type: System.Boolean
A Boolean value that specifies whether the server group has been dropped.If True, the server group has been dropped. Otherwise, False.
Remarks
This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.