Свойство FileGroupDefinition.IsDefault

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

Пространство имен:  Microsoft.SqlServer.TransactSql.ScriptDom
Сборка:  Microsoft.SqlServer.TransactSql.ScriptDom (в Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Синтаксис

'Декларация
Public Property IsDefault As Boolean 
    Get 
    Set
'Применение
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)

Значение свойства

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

См. также

Справочник

FileGroupDefinition Класс

Пространство имен Microsoft.SqlServer.TransactSql.ScriptDom