ManagedInstance.ContainsUnderUtilizedVolumes Property

Definition

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

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

Property Value

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

Attributes

Applies to