Partager via


ISqlStatistic.SampleSize, propriété

Obtient ou définit la taille de l'échantillon.

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

Syntaxe

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

Valeur de propriété

Type : System.Int32

Sécurité .NET Framework

Voir aussi

Référence

ISqlStatistic Interface

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