Compartilhar via


Método Statistic.SetScanOptions

Sets the scan options for the statistic counter.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)

Sintaxe

'Declaração
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

Exemplos

Criando e atualizando estatísticas

Consulte também

Referência

Statistic Classe

Namespace Microsoft.SqlServer.Management.Smo

Outros recursos

CREATE STATISTICS (Transact-SQL)