DeployedDac.ContainsOverUtilizedFileGroups Property

Definition

Gets a value that indicates whether the deployed DAC contains an over utilized file groups.

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

Property Value

A Boolean value that indicates whether the deployed DAC contains an over utilized file groups. If true, the deployed DAC contains an over utilized file groups. Otherwise, false.

Attributes

Applies to