PartitionScheme.ResetNextUsed Method
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 (in microsoft.sqlserver.smo.dll)
Syntax
'Deklaracja
Public Sub ResetNextUsed
public void ResetNextUsed ()
public:
void ResetNextUsed ()
public void ResetNextUsed ()
public function ResetNextUsed ()
Remarks
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.
Thread Safety
Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.
Target Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.
See Also