Freigeben über


Index.Recreate-Methode

Re-creates the index.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Syntax

'Declaration
Public Sub Recreate
'Usage
Dim instance As Index

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

Hinweise

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

Beispiele

Erstellen, Ändern und Löschen von Indizes

Siehe auch

Verweis

Index Klasse

Microsoft.SqlServer.Management.Smo-Namespace

Andere Ressourcen

Indizes

ALTER INDEX (Transact-SQL)

DBCC DBREINDEX (Transact-SQL)