Propriedade ISqlStatistic.SampleSize

Obtém ou define o tamanho da amostra.

Namespace:  Microsoft.Data.Schema.Sql.SchemaModel
Assembly:  Microsoft.Data.Schema.Sql (em Microsoft.Data.Schema.Sql.dll)

Sintaxe

'Declaração
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 propriedade

Tipo: System.Int32

Segurança do .NET Framework

Consulte também

Referência

ISqlStatistic Interface

Namespace Microsoft.Data.Schema.Sql.SchemaModel