Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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)
Eigenschaftswert
Typ: System.Boolean
true if this file group becomes the default database file group; otherwise, false.