ResetNextUsed 메서드

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

네임스페이스:  Microsoft.SqlServer.Management.Smo
어셈블리:  Microsoft.SqlServer.Smo.dll의 Microsoft.SqlServer.Smo

구문

‘선언
Public Sub ResetNextUsed
‘사용 방법
Dim instance As PartitionScheme

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

주의

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.