Recreate 메서드
Re-creates the index.
네임스페이스: Microsoft.SqlServer.Management.Smo
어셈블리: Microsoft.SqlServer.Smo.dll의 Microsoft.SqlServer.Smo
구문
‘선언
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.