Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets a value that indicates whether the server instance contains an over utilized databases.
Namespace: Microsoft.SqlServer.Management.Utility
Assembly: Microsoft.SqlServer.Management.Utility (in Microsoft.SqlServer.Management.Utility.dll)
Syntax
'Declaration
<SfcPropertyAttribute(SfcPropertyFlags.Data)> _
Public ReadOnly Property ContainsOverUtilizedDatabases As Boolean
Get
'Usage
Dim instance As ManagedInstance
Dim value As Boolean
value = instance.ContainsOverUtilizedDatabases
[SfcPropertyAttribute(SfcPropertyFlags.Data)]
public bool ContainsOverUtilizedDatabases { get; }
[SfcPropertyAttribute(SfcPropertyFlags::Data)]
public:
property bool ContainsOverUtilizedDatabases {
bool get ();
}
[<SfcPropertyAttribute(SfcPropertyFlags.Data)>]
member ContainsOverUtilizedDatabases : bool
function get ContainsOverUtilizedDatabases () : boolean
Property Value
Type: System.Boolean
A Boolean value that indicates whether the server instance contains an over utilized databases. If True, the server instance contains an over utilized databases. Otherwise, False.