Méthode UpdateStatistics (StatisticsScanType, Int32)
Met à jour des objets Statistic qui surveillent cette colonne à l'aide d'une analyse échantillonnée.
Espace de noms : Microsoft.SqlServer.Management.Smo
Assembly : Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)
Syntaxe
'Déclaration
Public Sub UpdateStatistics ( _
scanType As StatisticsScanType, _
sampleValue As Integer _
)
'Utilisation
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
)
Paramètres
- scanType
Type : Microsoft.SqlServer.Management.Smo. . :: . .StatisticsScanType
Valeur de l'objet StatisticsScanType qui spécifie le type d'opération à effectuer pendant la création ou la mise à jour d'un objet Statistic.
- sampleValue
Type : System. . :: . .Int32
Valeur Int32 qui spécifie le nombre de lignes ou le pourcentage du nombre total de lignes à utiliser dans une analyse échantillonnée. Ce paramètre n'est requis que si l'objet scanType indique une analyse échantillonnée.
Notes
Notes
Columns based on the UserDefinedTableType object cannot be modified and this method generates an exception.