Compartilhar via


Propriedade ISql90PartitionScheme.IsAllToOneFilegroup

Obtém ou define um valor que indica se o esquema de partição atribui a todo o conteúdo a um único grupo de arquivos.

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

Sintaxe

'Declaração
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)

Valor de propriedade

Tipo: System.Boolean

Segurança do .NET Framework

Consulte também

Referência

ISql90PartitionScheme Interface

Namespace Microsoft.Data.Schema.Sql.SchemaModel