Share via


IFileGroup.IsDefault Property

Gets a value that indicates whether the filegroup is the default filegroup for the database.

Namespace:  Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly:  Microsoft.SqlServer.Management.SqlParser (in Microsoft.SqlServer.Management.SqlParser.dll)

Syntax

'Declaration
ReadOnly Property IsDefault As Boolean
    Get
'Usage
Dim instance As IFileGroup
Dim value As Boolean

value = instance.IsDefault
bool IsDefault { get; }
property bool IsDefault {
    bool get ();
}
abstract IsDefault : bool
function get IsDefault () : boolean

Property Value

Type: System.Boolean
true if the filegroup is the default filegroup for the database; otherwise, false.