DeployedDac.ContainsOverUtilizedVolumes Property

Definition

Gets a value that indicates whether the deployed DAC 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 deployed DAC contains an over utilized volumes. If true, the deployed DAC contains an over utilized volumes. Otherwise, false.

Attributes

Applies to