Partilhar via


Método PartitionFunction.MergeRangePartition

Merges two existing range partitions based on the specified boundary value.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)

Sintaxe

'Declaração
Public Sub MergeRangePartition ( _
    boundaryValue As Object _
)
'Uso
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
)

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.

Comentários

The boundary value supplied should be an existing boundary value within the partition function. Data is moved to the resulting merged partition.

Exemplos

Usando grupos de arquivos e arquivos para armazenar dados

Consulte também

Referência

PartitionFunction Classe

Namespace Microsoft.SqlServer.Management.Smo

Outros recursos

CREATE PARTITION FUNCTION (Transact-SQL)