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 命名空间