Partager via


ISqlStatistic.SamplingStyle, propriété

Obtient ou définit le style d'échantillonnage, tel que le pourcentage ou le nombre absolu de lignes.

Espace de noms :  Microsoft.Data.Schema.Sql.SchemaModel
Assembly :  Microsoft.Data.Schema.Sql (dans Microsoft.Data.Schema.Sql.dll)

Syntaxe

'Déclaration
Property SamplingStyle As SqlStatisticsSamplingStyle
    Get
    Set
SqlStatisticsSamplingStyle SamplingStyle { get; set; }
property SqlStatisticsSamplingStyle SamplingStyle {
    SqlStatisticsSamplingStyle get ();
    void set (SqlStatisticsSamplingStyle value);
}
abstract SamplingStyle : SqlStatisticsSamplingStyle with get, set
function get SamplingStyle () : SqlStatisticsSamplingStyle
function set SamplingStyle (value : SqlStatisticsSamplingStyle)

Valeur de propriété

Type : Microsoft.Data.Schema.Sql.SchemaModel.SqlStatisticsSamplingStyle

Sécurité .NET Framework

Voir aussi

Référence

ISqlStatistic Interface

Microsoft.Data.Schema.Sql.SchemaModel, espace de noms