Metodo Statistic.SetScanOptions

Sets the scan options for the statistic counter.

Spazio dei nomi  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Sintassi

'Dichiarazione
Public Sub SetScanOptions ( _
    type As StatisticsScanType, _
    no As Integer _
)
'Utilizzo
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
)

Parametri

Esempi

Creazione e aggiornamento delle statistiche

Vedere anche

Riferimento

Statistic Classe

Spazio dei nomi Microsoft.SqlServer.Management.Smo

Altre risorse

CREATE STATISTICS (Transact-SQL)