Nota
L'accés a aquesta pàgina requereix autorització. Podeu provar d'iniciar la sessió o de canviar els directoris.
L'accés a aquesta pàgina requereix autorització. Podeu provar de canviar els directoris.
Updates Statistic objects that monitor this column.
Espacio de nombres: Microsoft.SqlServer.Management.Smo
Ensamblado: Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)
Sintaxis
'Declaración
Public Sub UpdateStatistics ( _
scanType As StatisticsScanType _
)
'Uso
Dim instance As Column
Dim scanType As StatisticsScanType
instance.UpdateStatistics(scanType)
public void UpdateStatistics(
StatisticsScanType scanType
)
public:
void UpdateStatistics(
StatisticsScanType scanType
)
member UpdateStatistics :
scanType:StatisticsScanType -> unit
public function UpdateStatistics(
scanType : StatisticsScanType
)
Parámetros
- scanType
Tipo: Microsoft.SqlServer.Management.Smo.StatisticsScanType
A StatisticsScanType object value that specifies the type operation to perform during the creation or update of a Statistic object.
Comentarios
[!NOTA]
Columns based on the UserDefinedTableType object cannot be modified and this method generates an exception.
Ejemplos
Trabajar con objetos de bases de datos
Vea también
Referencia
Sobrecarga de UpdateStatistics
Espacio de nombres Microsoft.SqlServer.Management.Smo