Freigeben über


UpdateStatistics-Methode (StatisticsScanType, Int32)

Aktualisiert Statistic-Objekte, die diese Spalte mithilfe eines Stichprobenscans überwachen.

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

Syntax

'Declaration
Public Sub UpdateStatistics ( _
    scanType As StatisticsScanType, _
    sampleValue As Integer _
)
'Usage
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
)

Parameter

  • sampleValue
    Typ: System. . :: . .Int32
    Ein Int32-Wert, der die Anzahl von Zeilen oder den Prozentsatz der Gesamtzahl von Zeilen angibt, die bei einem Stichprobenscan verwendet werden sollen. Dieser Parameter ist nur erforderlich, wenn der scanType einen Stichprobenscan angibt.

Hinweise

HinweisHinweis

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