PartitionFunction.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.
示例
请参阅
参考
Microsoft.SqlServer.Management.Smo 命名空间