Partager via


Méthode Recreate

Re-creates the index.

Espace de noms :  Microsoft.SqlServer.Management.Smo
Assembly :  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Syntaxe

'Déclaration
Public Sub Recreate
'Utilisation
Dim instance As Index

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

Notes

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