Condividi tramite


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

Vedere anche

Riferimenti

ISqlStatistic Interfaccia

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