Compartir a través de


Statistic.SetScanOptions Método

Sets the scan options for the statistic counter.

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

Sintaxis

'Declaración
Public Sub SetScanOptions ( _
    type As StatisticsScanType, _
    no As Integer _
)
'Uso
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
)

Parámetros

Ejemplos

Crear y actualizar estadísticas

Vea también

Referencia

Statistic Clase

Espacio de nombres Microsoft.SqlServer.Management.Smo

Otros recursos

CREATE STATISTICS (Transact-SQL)