Compartilhar via


Método Column.UpdateStatistics (StatisticsScanType, Int32)

Updates Statistic objects that monitor this column using a sampled scan.

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

Sintaxe

'Declaração
Public Sub UpdateStatistics ( _
    scanType As StatisticsScanType, _
    sampleValue As Integer _
)
'Uso
Dim instance As Column 
Dim scanType As StatisticsScanType 
Dim sampleValue As Integer

instance.UpdateStatistics(scanType, sampleValue)
public void UpdateStatistics(
    StatisticsScanType scanType,
    int sampleValue
)
public:
void UpdateStatistics(
    StatisticsScanType scanType, 
    int sampleValue
)
member UpdateStatistics : 
        scanType:StatisticsScanType * 
        sampleValue:int -> unit
public function UpdateStatistics(
    scanType : StatisticsScanType, 
    sampleValue : int
)

Parâmetros

  • sampleValue
    Tipo: System.Int32
    An Int32 value that specifies the number of rows or percentage of the total number of rows to use in a sampled scan. This parameter is required only when the scanType indicates a sampled scan.

Comentários

ObservaçãoObservação

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

Exemplos

Trabalhando com objetos de banco de dados

Consulte também

Referência

Column Classe

Sobrecarregado UpdateStatistics

Namespace Microsoft.SqlServer.Management.Smo

Outros recursos

UPDATE STATISTICS (Transact-SQL)

Estatísticas