次の方法で共有


Table.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
    パーセントとして fillfactor 値を示す Int32 値です。

使用例

権限の許可、取り消し、および拒否

関連項目

参照

Table クラス

Microsoft.SqlServer.Management.Smo 名前空間

その他の技術情報

テーブルの作成、変更、および削除

テーブル

DBCC DBREINDEX (Transact-SQL)