Поделиться через


Метод RebuildIndexes

Перестраивает индексы таблицы.

Пространство имен:  Microsoft.SqlServer.Management.Smo
Сборка:  Microsoft.SqlServer.Smo (в Microsoft.SqlServer.Smo.dll)

Синтаксис

'Декларация
Public Sub RebuildIndexes ( _
    fillFactor As Integer _
)
'Применение
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
)

Параметры

  • fillFactor
    Тип: System. . :: . .Int32
    Значение типа Int32, указывающее значение fillfactor в процентах.