ISql90SpecifiesStorage.PartitionScheme Property

Gets or sets the partition scheme that is used to store the object.

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

Syntax

'Declaration
Property PartitionScheme As ISql90PartitionScheme
ISql90PartitionScheme PartitionScheme { get; set; }
property ISql90PartitionScheme^ PartitionScheme {
    ISql90PartitionScheme^ get ();
    void set (ISql90PartitionScheme^ value);
}
abstract PartitionScheme : ISql90PartitionScheme with get, set
function get PartitionScheme () : ISql90PartitionScheme
function set PartitionScheme (value : ISql90PartitionScheme)

Property Value

Type: Microsoft.Data.Schema.Sql.SchemaModel.ISql90PartitionScheme

.NET Framework Security

See Also

Reference

ISql90SpecifiesStorage Interface

Microsoft.Data.Schema.Sql.SchemaModel Namespace