Condividi tramite


Proprietà ISqlStatistic.SampleSize

Ottiene o imposta la dimensione del campione.

Spazio dei nomi:  Microsoft.Data.Schema.Sql.SchemaModel
Assembly:  Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)

Sintassi

'Dichiarazione
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)

Valore proprietà

Tipo: System.Int32

Sicurezza di .NET Framework

Vedere anche

Riferimenti

ISqlStatistic Interfaccia

Spazio dei nomi Microsoft.Data.Schema.Sql.SchemaModel