共用方式為


CreatePartitionFunctionStatement.Range 屬性

Gets or sets the boundary side for boundary values.

命名空間:  Microsoft.SqlServer.TransactSql.ScriptDom
組件:  Microsoft.SqlServer.TransactSql.ScriptDom (在 Microsoft.SqlServer.TransactSql.ScriptDom.dll 中)

語法

'宣告
Public Property Range As PartitionFunctionRange 
    Get 
    Set
'用途
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)

屬性值

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

請參閱

參考

CreatePartitionFunctionStatement 類別

Microsoft.SqlServer.TransactSql.ScriptDom 命名空間