Méthode PartitionScheme.ResetNextUsed

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

Espace de noms :  Microsoft.SqlServer.Management.Smo
Assembly :  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Syntaxe

'Déclaration
Public Sub ResetNextUsed
'Utilisation
Dim instance As PartitionScheme

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

Notes

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.

Exemples

Utilisation de fichiers ou de groupes de fichiers pour stocker des données

Voir aussi

Référence

PartitionScheme Classe

Espace de noms Microsoft.SqlServer.Management.Smo

Autres ressources

CREATE PARTITION SCHEME (Transact-SQL)