Condividi tramite


Metodo PartitionFunction.SplitRangePartition

Splits an existing range partition into two parts based on a supplied boundary value.

Spazio dei nomi  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Sintassi

'Dichiarazione
Public Sub SplitRangePartition ( _
    boundaryValue As Object _
)
'Utilizzo
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
)

Parametri

  • 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.

Esempi

Utilizzo di filegroup e file per archiviare dati

Vedere anche

Riferimento

PartitionFunction Classe

Spazio dei nomi Microsoft.SqlServer.Management.Smo

Altre risorse

CREATE PARTITION FUNCTION (Transact-SQL)