共用方式為


CreatePartitionFunctionStatement.Range 屬性

取得或設定界限值的界限端。

命名空間:  Microsoft.Data.Schema.ScriptDom.Sql
組件:  Microsoft.Data.Schema.ScriptDom.Sql (在 Microsoft.Data.Schema.ScriptDom.Sql.dll 中)

語法

'宣告
Public Property Range As PartitionFunctionRange
    Get
    Set
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.Data.Schema.ScriptDom.Sql.PartitionFunctionRange
傳回 PartitionFunctionRange 列舉值。

.NET Framework 安全性

請參閱

參考

CreatePartitionFunctionStatement 類別

Microsoft.Data.Schema.ScriptDom.Sql 命名空間