Partager via


Statistic.SetScanOptions Method

Sets the scan options for the statistic counter.

Espace de noms: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in microsoft.sqlserver.smo.dll)

Syntaxe

'Déclaration
Public Sub SetScanOptions ( _
    type As StatisticsScanType, _
    no As Integer _
)
public void SetScanOptions (
    StatisticsScanType type,
    int no
)
public:
void SetScanOptions (
    StatisticsScanType type, 
    int no
)
public void SetScanOptions (
    StatisticsScanType type, 
    int no
)
public function SetScanOptions (
    type : StatisticsScanType, 
    no : int
)

Paramètres

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

Notes

Cet espace de noms, cette classe ou ce membre est pris en charge uniquement par la version 2.0 de Microsoft .NET Framework.

Exemple

How to: Create and Update Statistics in Visual Basic .NET

Sécurité des threads

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Plateformes

Plateformes de développement

Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.

Plateformes cibles

Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.

Voir aussi

Référence

Statistic Class
Statistic Members
Microsoft.SqlServer.Management.Smo Namespace

Autres ressources

Creating and Updating Statistics
CREATE STATISTICS (Transact-SQL)