RebuildIndexes méthode
Rebuilds the indexes on the table.
Espace de noms : Microsoft.SqlServer.Management.Smo
Assembly : Microsoft.SqlServer.Smo (dans Microsoft.SqlServer.Smo.dll)
Syntaxe
'Déclaration
Public Sub RebuildIndexes ( _
fillFactor As Integer _
)
'Utilisation
Dim instance As Table
Dim fillFactor As Integer
instance.RebuildIndexes(fillFactor)
public void RebuildIndexes(
int fillFactor
)
public:
void RebuildIndexes(
int fillFactor
)
member RebuildIndexes :
fillFactor:int -> unit
public function RebuildIndexes(
fillFactor : int
)
Paramètres
- fillFactor
Type : System. . :: . .Int32
An Int32 value that specifies the fillfactor value as a percentage.
Voir aussi