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


Метод Statistic.SetScanOptions

Sets the scan options for the statistic counter.

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

Синтаксис

'Декларация
Public Sub SetScanOptions ( _
    type As StatisticsScanType, _
    no As Integer _
)
'Применение
Dim instance As Statistic 
Dim type As StatisticsScanType 
Dim no As Integer

instance.SetScanOptions(type, no)
public void SetScanOptions(
    StatisticsScanType type,
    int no
)
public:
void SetScanOptions(
    StatisticsScanType type, 
    int no
)
member SetScanOptions : 
        type:StatisticsScanType * 
        no:int -> unit
public function SetScanOptions(
    type : StatisticsScanType, 
    no : int
)

Параметры

  • no
    Тип: System.Int32
    An Int32 value that specifies the size of the sample value.

Примеры

Создание и обновление статистики

См. также

Справочник

Statistic Класс

Пространство имен Microsoft.SqlServer.Management.Smo

Другие ресурсы

CREATE STATISTICS (Transact-SQL)