Proprietà ISql90PartitionScheme.IsAllToOneFilegroup

Ottiene o imposta un valore che indica se lo schema di partizione assegna tutto il contenuto a un singolo filegroup.

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

Sintassi

'Dichiarazione
Property IsAllToOneFilegroup As Boolean
    Get
    Set
bool IsAllToOneFilegroup { get; set; }
property bool IsAllToOneFilegroup {
    bool get ();
    void set (bool value);
}
abstract IsAllToOneFilegroup : bool with get, set
function get IsAllToOneFilegroup () : boolean
function set IsAllToOneFilegroup (value : boolean)

Valore proprietà

Tipo: System.Boolean

Sicurezza di .NET Framework

Vedere anche

Riferimenti

ISql90PartitionScheme Interfaccia

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