Поделиться через


Метод UpdateStatistics (StatisticsScanType)

Updates Statistic objects that monitor this column.

Пространство имен:  Microsoft.SqlServer.Management.Smo
Сборка:  Microsoft.SqlServer.Smo (в Microsoft.SqlServer.Smo.dll)

Синтаксис

'Декларация
Public Sub UpdateStatistics ( _
    scanType As StatisticsScanType _
)
'Применение
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
)

Параметры

Замечания

ПримечаниеПримечание

Columns based on the UserDefinedTableType object cannot be modified and this method generates an exception.