Compartilhar via


Propriedade ISqlStatistic.SamplingStyle

Obtém ou define o estilo de amostragem, como, por exemplo, porcentagem ou absoluto de número de linhas.

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

Sintaxe

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

Valor de propriedade

Tipo: Microsoft.Data.Schema.Sql.SchemaModel.SqlStatisticsSamplingStyle

Segurança do .NET Framework

Consulte também

Referência

ISqlStatistic Interface

Namespace Microsoft.Data.Schema.Sql.SchemaModel