Proprietà ISqlStatistic.SamplingStyle
Ottiene o imposta lo stile del campionamento, ad esempio percentuale o numero assoluto di righe.
Spazio dei nomi: Microsoft.Data.Schema.Sql.SchemaModel
Assembly: Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)
Sintassi
'Dichiarazione
Property SamplingStyle As SqlStatisticsSamplingStyle
Get
Set
SqlStatisticsSamplingStyle SamplingStyle { get; set; }
property SqlStatisticsSamplingStyle SamplingStyle {
SqlStatisticsSamplingStyle get ();
void set (SqlStatisticsSamplingStyle value);
}
abstract SamplingStyle : SqlStatisticsSamplingStyle with get, set
function get SamplingStyle () : SqlStatisticsSamplingStyle
function set SamplingStyle (value : SqlStatisticsSamplingStyle)
Valore proprietà
Tipo: Microsoft.Data.Schema.Sql.SchemaModel.SqlStatisticsSamplingStyle
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.