ManagedInstance.ContainsOverUtilizedDatabases Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a value that indicates whether the server instance contains an over utilized databases.
public:
property bool ContainsOverUtilizedDatabases { bool get(); };
[Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcProperty(Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcPropertyFlags.Data)]
public bool ContainsOverUtilizedDatabases { get; }
[<Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcProperty(Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcPropertyFlags.Data)>]
member this.ContainsOverUtilizedDatabases : bool
Public ReadOnly Property ContainsOverUtilizedDatabases As Boolean
Property Value
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
.
- Attributes