Compartir a través de


ISqlStatistic.SampleSize (Propiedad)

Obtiene o establece el tamaño de la muestra.

Espacio de nombres:  Microsoft.Data.Schema.Sql.SchemaModel
Ensamblado:  Microsoft.Data.Schema.Sql (en Microsoft.Data.Schema.Sql.dll)

Sintaxis

'Declaración
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)

Valor de propiedad

Tipo: System.Int32

Seguridad de .NET Framework

Vea también

Referencia

ISqlStatistic Interfaz

Microsoft.Data.Schema.Sql.SchemaModel (Espacio de nombres)