Condividi tramite


Proprietà FileGroup.IsDefault

Ottiene o imposta un valore che indica se questo filegroup è il filegroup predefinito nel database.

Spazio dei nomi:  Microsoft.Data.Schema.ScriptDom.Sql
Assembly:  Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)

Sintassi

'Dichiarazione
Public Property IsDefault As Boolean
    Get
    Set
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)

Valore proprietà

Tipo: System.Boolean
Restituisce true se il filegroup è quello predefinito nel database; in caso contrario, false.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

FileGroup Classe

Spazio dei nomi Microsoft.Data.Schema.ScriptDom.Sql