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)