Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets whether this file group becomes the default database file group.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Syntax
'Declaration
Public Property MakeDefault As Boolean
Get
Set
'Usage
Dim instance As AlterDatabaseModifyFileGroupStatement
Dim value As Boolean
value = instance.MakeDefault
instance.MakeDefault = value
public bool MakeDefault { get; set; }
public:
property bool MakeDefault {
bool get ();
void set (bool value);
}
member MakeDefault : bool with get, set
function get MakeDefault () : boolean
function set MakeDefault (value : boolean)
Property Value
Type: System.Boolean
true if this file group becomes the default database file group; otherwise, false.