Méthode ReorganizeAllIndexes
Reorganizes all the indexes based on current property settings.
Espace de noms : Microsoft.SqlServer.Management.Smo
Assembly : Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)
Syntaxe
'Déclaration
Public Sub ReorganizeAllIndexes
'Utilisation
Dim instance As Index
instance.ReorganizeAllIndexes()
public void ReorganizeAllIndexes()
public:
void ReorganizeAllIndexes()
member ReorganizeAllIndexes : unit -> unit
public function ReorganizeAllIndexes()
Notes
Notes
Indexes based on the UserDefinedTableType object cannot be modified and running this method will generate an exception.
Voir aussi