ISql90PartitionScheme.IsAllToOneFilegroup Property

Gets or sets whether all partitions map to a single file group.

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

Syntax

'Declaration
Property IsAllToOneFilegroup As Boolean
    Get
    Set
'Usage
Dim instance As ISql90PartitionScheme
Dim value As Boolean

value = instance.IsAllToOneFilegroup

instance.IsAllToOneFilegroup = value
bool IsAllToOneFilegroup { get; set; }
property bool IsAllToOneFilegroup {
    bool get ();
    void set (bool value);
}
function get IsAllToOneFilegroup () : boolean
function set IsAllToOneFilegroup (value : boolean)
abstract IsAllToOneFilegroup : bool with get, set

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

ISql90PartitionScheme Interface

ISql90PartitionScheme Members

Microsoft.Data.Schema.Sql.SchemaModel.SqlServer Namespace