ISql90PartitionScheme.PartitionFunction Property

Gets or sets the partition function that is used by the partition scheme.

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

Syntax

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

Property Value

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

.NET Framework Security

See Also

Reference

ISql90PartitionScheme Interface

Microsoft.Data.Schema.Sql.SchemaModel Namespace