ISql90PartitionScheme.IsAllToOneFilegroup Property

Gets or sets a value that indicates whether the partition scheme assigns all contents to a single filegroup.

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

Syntax

'Declaration
Property IsAllToOneFilegroup As Boolean
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)

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

ISql90PartitionScheme Interface

Microsoft.Data.Schema.Sql.SchemaModel Namespace