Partilhar via


Método PartitionScheme.ResetNextUsed

Resets the NEXT USED status of the partition scheme that has been marked as NEXT USED.

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

Sintaxe

'Declaração
Public Sub ResetNextUsed
'Uso
Dim instance As PartitionScheme

instance.ResetNextUsed()
public void ResetNextUsed()
public:
void ResetNextUsed()
member ResetNextUsed : unit -> unit
public function ResetNextUsed()

Comentários

If no partition scheme has been marked as NEXT USED, no action will be taken. This method can only be used on an existing partition scheme.

Exemplos

Usando grupos de arquivos e arquivos para armazenar dados

Consulte também

Referência

PartitionScheme Classe

Namespace Microsoft.SqlServer.Management.Smo

Outros recursos

CREATE PARTITION SCHEME (Transact-SQL)