Método Table.RebuildIndexes
Rebuilds the indexes on the table.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)
Sintaxe
'Declaração
Public Sub RebuildIndexes ( _
fillFactor As Integer _
)
'Uso
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
)
Parâmetros
- fillFactor
Tipo: System.Int32
An Int32 value that specifies the fillfactor value as a percentage.
Exemplos
Concedendo, revogando e negando permissões
Consulte também
Referência
Namespace Microsoft.SqlServer.Management.Smo