PartitionScheme.ResetNextUsed Método
Resets the NEXT USED status of the partition scheme that has been marked as NEXT USED.
Espacio de nombres: Microsoft.SqlServer.Management.Smo
Ensamblado: Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)
Sintaxis
'Declaración
Public Sub ResetNextUsed
'Uso
Dim instance As PartitionScheme
instance.ResetNextUsed()
public void ResetNextUsed()
public:
void ResetNextUsed()
member ResetNextUsed : unit -> unit
public function ResetNextUsed()
Comentarios
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.
Ejemplos
Utilizar grupos de archivos y archivos para almacenar datos
Vea también
Referencia
Espacio de nombres Microsoft.SqlServer.Management.Smo