Index.Recreate 메서드

Re-creates the index.

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

구문

‘선언
Public Sub Recreate
‘사용 방법
Dim instance As Index

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

주의

This method is equivalent to the Transact-SQL statement CREATE...WITH DROP EXISTING.

인덱스 생성, 변경 및 제거

참고 항목

참조

Index 클래스

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

관련 자료

인덱스

ALTER INDEX(Transact-SQL)

DBCC DBREINDEX(Transact-SQL)