ManagedInstance.ContainsOverUtilizedVolumes 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 volumes.
public:
property bool ContainsOverUtilizedVolumes { bool get(); };
[Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcProperty(Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcPropertyFlags.Data)]
public bool ContainsOverUtilizedVolumes { get; }
[<Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcProperty(Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcPropertyFlags.Data)>]
member this.ContainsOverUtilizedVolumes : bool
Public ReadOnly Property ContainsOverUtilizedVolumes As Boolean
Property Value
A Boolean value that indicates whether the server instance contains an over utilized volumes. If True
, the server instance contains an over utilized volumes. Otherwise, False
.
- Attributes