PartitionScheme.ResetNextUsed 메서드

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

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

구문

‘선언
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.

파일 그룹 및 파일을 사용하여 데이터 저장

참고 항목

참조

PartitionScheme 클래스

Microsoft.SqlServer.Management.Smo 네임스페이스

관련 자료

CREATE PARTITION SCHEME(Transact-SQL)