Compartilhar via


Propriedade ISql90FilegroupSpecifier.IsDefault

Obtém ou define um valor que indica se o grupo de arquivos é [PRIMARY].

Namespace:  Microsoft.Data.Schema.Sql.SchemaModel
Assembly:  Microsoft.Data.Schema.Sql (em Microsoft.Data.Schema.Sql.dll)

Sintaxe

'Declaração
Property IsDefault As Boolean
    Get
    Set
bool IsDefault { get; set; }
property bool IsDefault {
    bool get ();
    void set (bool value);
}
abstract IsDefault : bool with get, set
function get IsDefault () : boolean
function set IsDefault (value : boolean)

Valor de propriedade

Tipo: System.Boolean

Segurança do .NET Framework

Consulte também

Referência

ISql90FilegroupSpecifier Interface

Namespace Microsoft.Data.Schema.Sql.SchemaModel