Partager via


Méthode Statistic.SetScanOptions

Sets the scan options for the statistic counter.

Espace de noms :  Microsoft.SqlServer.Management.Smo
Assembly :  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Syntaxe

'Déclaration
Public Sub SetScanOptions ( _
    type As StatisticsScanType, _
    no As Integer _
)
'Utilisation
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
)

Paramètres

  • no
    Type : System.Int32
    An Int32 value that specifies the size of the sample value.

Exemples

Création et mise à jour des statistiques

Voir aussi

Référence

Statistic Classe

Espace de noms Microsoft.SqlServer.Management.Smo

Autres ressources

CREATE STATISTICS (Transact-SQL)