Método PartitionFunction.SplitRangePartition
Splits an existing range partition into two parts based on a supplied boundary value.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)
Sintaxe
'Declaração
Public Sub SplitRangePartition ( _
boundaryValue As Object _
)
'Uso
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
)
Parâmetros
- boundaryValue
Tipo: System.Object
An Object system object that specifies the boundary value that will be used to demarcate the two partitions resulting from the split.
Exemplos
Usando grupos de arquivos e arquivos para armazenar dados
Consulte também
Referência
Namespace Microsoft.SqlServer.Management.Smo