Compartir a través de


ISqlStatistic.SamplingStyle (Propiedad)

Obtiene o establece el estilo de muestreo, como, por ejemplo, porcentaje o número absoluto de filas.

Espacio de nombres:  Microsoft.Data.Schema.Sql.SchemaModel
Ensamblado:  Microsoft.Data.Schema.Sql (en Microsoft.Data.Schema.Sql.dll)

Sintaxis

'Declaración
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 propiedad

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

Seguridad de .NET Framework

Vea también

Referencia

ISqlStatistic Interfaz

Microsoft.Data.Schema.Sql.SchemaModel (Espacio de nombres)