Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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()
Remarks
This method is equivalent to the Transact-SQL statement CREATE...WITH DROP EXISTING.
Examples
Creating, Altering, and Removing Indexes
See Also
Reference
Microsoft.SqlServer.Management.Smo Namespace