SplitRangePartition 메서드
Splits an existing range partition into two parts based on a supplied boundary value.
네임스페이스: Microsoft.SqlServer.Management.Smo
어셈블리: Microsoft.SqlServer.Smo(Microsoft.SqlServer.Smo.dll)
구문
‘선언
Public Sub SplitRangePartition ( _
boundaryValue As Object _
)
‘사용 방법
Dim instance As PartitionFunction
Dim boundaryValue As Object
instance.SplitRangePartition(boundaryValue)
public void SplitRangePartition(
Object boundaryValue
)
public:
void SplitRangePartition(
Object^ boundaryValue
)
member SplitRangePartition :
boundaryValue:Object -> unit
public function SplitRangePartition(
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.