Share via


ISql90PartitionFunction.Range Property

Gets or sets the partition range.

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

Syntax

'Declaration
Property Range As SqlPartitionRange
    Get
    Set
'Usage
Dim instance As ISql90PartitionFunction
Dim value As SqlPartitionRange

value = instance.Range

instance.Range = value
SqlPartitionRange Range { get; set; }
property SqlPartitionRange Range {
    SqlPartitionRange get ();
    void set (SqlPartitionRange value);
}
function get Range () : SqlPartitionRange
function set Range (value : SqlPartitionRange)
abstract Range : SqlPartitionRange with get, set

Property Value

Type: Microsoft.Data.Schema.Sql.SchemaModel.SqlServer.SqlPartitionRange
Returns a SqlPartitionRange enumeration value.

.NET Framework Security

See Also

Reference

ISql90PartitionFunction Interface

ISql90PartitionFunction Members

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