Dela via


ISql90PartitionFunction.Range Property

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

Syntax

'Declaration
Property Range As SqlPartitionRange
'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)

Property Value

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

.NET Framework Security

See Also

Reference

ISql90PartitionFunction Interface

ISql90PartitionFunction Members

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