Share via


FileGroupDefinition.IsDefault Property

Gets or sets a value that indicates whether this filegroup is the default filegroup in the database.

Namespace:  Microsoft.SqlServer.TransactSql.ScriptDom
Assembly:  Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Syntax

'Declaration
Public Property IsDefault As Boolean 
    Get 
    Set
'Usage
Dim instance As FileGroupDefinition 
Dim value As Boolean 

value = instance.IsDefault

instance.IsDefault = value
public bool IsDefault { get; set; }
public:
property bool IsDefault {
    bool get ();
    void set (bool value);
}
member IsDefault : bool with get, set
function get IsDefault () : boolean 
function set IsDefault (value : boolean)

Property Value

Type: System.Boolean
True if this filegroup is the default filegroup in the database; otherwise, false.

See Also

Reference

FileGroupDefinition Class

Microsoft.SqlServer.TransactSql.ScriptDom Namespace