Condividi tramite


Proprietà FileGroupDefinition.IsDefault

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

Spazio dei nomi  Microsoft.SqlServer.TransactSql.ScriptDom
Assembly:  Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Sintassi

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

Valore proprietà

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

Vedere anche

Riferimento

FileGroupDefinition Classe

Spazio dei nomi Microsoft.SqlServer.TransactSql.ScriptDom