Delen via


CreatePartitionFunctionStatement.Range Property

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

'Declaration
Public Property Range As PartitionFunctionRange 
    Get 
    Set
'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);
}
member Range : PartitionFunctionRange with get, set
function get Range () : PartitionFunctionRange 
function set Range (value : PartitionFunctionRange)

Property Value

Type: Microsoft.SqlServer.TransactSql.ScriptDom.PartitionFunctionRange
The boundary side for boundary values.

See Also

Reference

CreatePartitionFunctionStatement Class

Microsoft.SqlServer.TransactSql.ScriptDom Namespace