Share via


CreatePartitionFunctionStatement.Range Property

Gets or sets the boundary side for boundary values.

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

Syntax

'Declaration
Public Property Range As PartitionFunctionRange
'Usage
Dim instance As CreatePartitionFunctionStatement 
Dim value As PartitionFunctionRange 

value = instance.Range

instance.Range = value
public PartitionFunctionRange Range { get; set; }
public:
property PartitionFunctionRange Range {
    PartitionFunctionRange get ();
    void set (PartitionFunctionRange value);
}
public function get Range () : PartitionFunctionRange 
public function set Range (value : PartitionFunctionRange)

Property Value

Type: Microsoft.Data.Schema.ScriptDom.Sql.PartitionFunctionRange
Returns a PartitionFunctionRange enumeration value.

.NET Framework Security

See Also

Reference

CreatePartitionFunctionStatement Class

CreatePartitionFunctionStatement Members

Microsoft.Data.Schema.ScriptDom.Sql Namespace