다음을 통해 공유


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.