CreatePartitionFunctionStatement.Range Property

 

Applies To: SQL Server 2016 Preview

Gets or sets the boundary side for boundary values.

Namespace:   Microsoft.SqlServer.TransactSql.ScriptDom
Assembly:  Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Syntax

public PartitionFunctionRange Range { get; set; }
public:
property PartitionFunctionRange Range {
    PartitionFunctionRange get();
    void set(PartitionFunctionRange value);
}
member Range : PartitionFunctionRange with get, set
Public Property Range As PartitionFunctionRange

Property Value

Type: Microsoft.SqlServer.TransactSql.ScriptDom.PartitionFunctionRange

The boundary side for boundary values.

See Also

CreatePartitionFunctionStatement Class
Microsoft.SqlServer.TransactSql.ScriptDom Namespace

Return to top