ManagedInstance.ContainsUnderUtilizedDatabases Property

Definition

Gets a value that indicates whether the server instance contains an under utilized databases.

public:
 property bool ContainsUnderUtilizedDatabases { bool get(); };
[Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcProperty(Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcPropertyFlags.Data)]
public bool ContainsUnderUtilizedDatabases { get; }
[<Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcProperty(Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcPropertyFlags.Data)>]
member this.ContainsUnderUtilizedDatabases : bool
Public ReadOnly Property ContainsUnderUtilizedDatabases As Boolean

Property Value

A Boolean value that indicates whether the server instance contains an under utilized databases. If True, the server instance contains an under utilized databases. Otherwise, False.

Attributes

Applies to