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
public PartitionFunctionRange Range { get; set; }
public:
property PartitionFunctionRange Range {
    PartitionFunctionRange get ();
    void set (PartitionFunctionRange value);
}
member Range : PartitionFunctionRange with get, set
function get Range () : PartitionFunctionRange
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

Microsoft.Data.Schema.ScriptDom.Sql Namespace