Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Rebuilds the indexes on the table.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
Public Sub RebuildIndexes ( _
fillFactor As Integer _
)
'Usage
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
)
Parameters
- fillFactor
Type: System.Int32
An Int32 value that specifies the fillfactor value as a percentage.
Examples
Granting, Revoking, and Denying Permissions
See Also
Reference
Microsoft.SqlServer.Management.Smo Namespace