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
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per ulteriori informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.