ISqlStatistic.SamplingStyle 属性

获取或设置采样样式,如百分比或绝对行数。

命名空间:  Microsoft.Data.Schema.Sql.SchemaModel
程序集:  Microsoft.Data.Schema.Sql(在 Microsoft.Data.Schema.Sql.dll 中)

语法

声明
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)

属性值

类型:Microsoft.Data.Schema.Sql.SchemaModel.SqlStatisticsSamplingStyle

.NET Framework 安全性

请参见

参考

ISqlStatistic 接口

Microsoft.Data.Schema.Sql.SchemaModel 命名空间