共用方式為


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.