Поделиться через


ISql90PartitionFunction.Range Property

Gets or sets the valid range for the partition function.

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

Syntax

'Declaration
Property Range As SqlPartitionRange
SqlPartitionRange Range { get; set; }
property SqlPartitionRange Range {
    SqlPartitionRange get ();
    void set (SqlPartitionRange value);
}
abstract Range : SqlPartitionRange with get, set
function get Range () : SqlPartitionRange
function set Range (value : SqlPartitionRange)

Property Value

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

.NET Framework Security

See Also

Reference

ISql90PartitionFunction Interface

Microsoft.Data.Schema.Sql.SchemaModel Namespace