Compartir a través de


Index.UpdateStatistics Método

Updates statistics for the referenced index.

Espacio de nombres:  Microsoft.SqlServer.Management.Smo
Ensamblado:  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Sintaxis

'Declaración
Public Sub UpdateStatistics
'Uso
Dim instance As Index

instance.UpdateStatistics()
public void UpdateStatistics()
public:
void UpdateStatistics()
member UpdateStatistics : unit -> unit
public function UpdateStatistics()

Comentarios

This method performs a sample scan on the target table or indexed view. The sample size is automatically computed.

[!NOTA]

Indexes based partly on the UserDefinedTableType object do not support statistics and running this method will generate an exception.

Ejemplos

Crear, modificar y eliminar índices

Vea también

Referencia

Index Clase

Sobrecarga de UpdateStatistics

Espacio de nombres Microsoft.SqlServer.Management.Smo

Otros recursos

Índices

UPDATE STATISTICS (Transact-SQL)