共用方式為


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.