Table.RebuildIndexes 方法

Rebuilds the indexes on the table.

命名空间:  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
    An Int32 value that specifies the fillfactor value as a percentage.

示例

授予、撤消和拒绝权限

请参阅

参考

Table 类

Microsoft.SqlServer.Management.Smo 命名空间

其他资源

创建、更改和删除表

DBCC DBREINDEX (Transact-SQL)