ISql90PartitionScheme.IsAllToOneFilegroup (Propiedad)

Obtiene o establece un valor que indica si el esquema de partición asigna todo el contenido a un único grupo de archivos.

Espacio de nombres:  Microsoft.Data.Schema.Sql.SchemaModel
Ensamblado:  Microsoft.Data.Schema.Sql (en Microsoft.Data.Schema.Sql.dll)

Sintaxis

'Declaración
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 propiedad

Tipo: System.Boolean

Seguridad de .NET Framework

Vea también

Referencia

ISql90PartitionScheme Interfaz

Microsoft.Data.Schema.Sql.SchemaModel (Espacio de nombres)