DeployedDac.ContainsUnderUtilizedFileGroups 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 deployed DAC contains an under utilized file groups.
public:
property bool ContainsUnderUtilizedFileGroups { bool get(); };
[Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcProperty(Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcPropertyFlags.Data)]
public bool ContainsUnderUtilizedFileGroups { get; }
[<Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcProperty(Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcPropertyFlags.Data)>]
member this.ContainsUnderUtilizedFileGroups : bool
Public ReadOnly Property ContainsUnderUtilizedFileGroups As Boolean
Property Value
A Boolean value that indicates whether the deployed DAC contains an under utilized file groups. If true
, the deployed DAC contains an under utilized file groups. Otherwise, false
.
- Attributes