Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
Resets the NEXT USED status of the partition scheme that has been marked as NEXT USED.
Spazio dei nomi Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Sintassi
'Dichiarazione
Public Sub ResetNextUsed
'Utilizzo
Dim instance As PartitionScheme
instance.ResetNextUsed()
public void ResetNextUsed()
public:
void ResetNextUsed()
member ResetNextUsed : unit -> unit
public function ResetNextUsed()
Osservazioni
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.
Esempi
Utilizzo di filegroup e file per archiviare dati
Vedere anche
Riferimento
Spazio dei nomi Microsoft.SqlServer.Management.Smo