PartitionFunction.MergeRangePartition 方法

Merges two existing range partitions based on the specified boundary value.

命名空间:  Microsoft.SqlServer.Management.Smo
程序集:  Microsoft.SqlServer.Smo(在 Microsoft.SqlServer.Smo.dll 中)

语法

声明
Public Sub MergeRangePartition ( _
    boundaryValue As Object _
)
用法
Dim instance As PartitionFunction 
Dim boundaryValue As Object

instance.MergeRangePartition(boundaryValue)
public void MergeRangePartition(
    Object boundaryValue
)
public:
void MergeRangePartition(
    Object^ boundaryValue
)
member MergeRangePartition : 
        boundaryValue:Object -> unit
public function MergeRangePartition(
    boundaryValue : Object
)

参数

  • boundaryValue
    类型:System.Object
    An Object system object that specifies the boundary value that will be used to demarcate the two partitions resulting from the split.

注释

The boundary value supplied should be an existing boundary value within the partition function. Data is moved to the resulting merged partition.

示例

使用文件组和文件存储数据

请参阅

参考

PartitionFunction 类

Microsoft.SqlServer.Management.Smo 命名空间

其他资源

CREATE PARTITION FUNCTION (Transact-SQL)