ISql90SpecifiesStorage.PartitionScheme Property

Gets or sets the partition scheme.

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

Syntax

'Declaration
Property PartitionScheme As ISql90PartitionScheme
    Get
    Set
'Usage
Dim instance As ISql90SpecifiesStorage
Dim value As ISql90PartitionScheme

value = instance.PartitionScheme

instance.PartitionScheme = value
ISql90PartitionScheme PartitionScheme { get; set; }
property ISql90PartitionScheme^ PartitionScheme {
    ISql90PartitionScheme^ get ();
    void set (ISql90PartitionScheme^ value);
}
function get PartitionScheme () : ISql90PartitionScheme
function set PartitionScheme (value : ISql90PartitionScheme)
abstract PartitionScheme : ISql90PartitionScheme with get, set

Property Value

Type: Microsoft.Data.Schema.Sql.SchemaModel.SqlServer.ISql90PartitionScheme
Returns a ISql90PartitionScheme.

.NET Framework Security

See Also

Reference

ISql90SpecifiesStorage Interface

ISql90SpecifiesStorage Members

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