ISqlStatistic.SamplingStyle Property

Gets or sets the statistics sampling style.

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

Syntax

'Declaration
Property SamplingStyle As SqlStatisticsSamplingStyle
    Get
    Set
'Usage
Dim instance As ISqlStatistic
Dim value As SqlStatisticsSamplingStyle

value = instance.SamplingStyle

instance.SamplingStyle = value
SqlStatisticsSamplingStyle SamplingStyle { get; set; }
property SqlStatisticsSamplingStyle SamplingStyle {
    SqlStatisticsSamplingStyle get ();
    void set (SqlStatisticsSamplingStyle value);
}
function get SamplingStyle () : SqlStatisticsSamplingStyle
function set SamplingStyle (value : SqlStatisticsSamplingStyle)
abstract SamplingStyle : SqlStatisticsSamplingStyle with get, set

Property Value

Type: Microsoft.Data.Schema.Sql.SchemaModel.SqlServer.SqlStatisticsSamplingStyle
Returns a SqlStatisticsSamplingStyle enumeration value.

.NET Framework Security

See Also

Reference

ISqlStatistic Interface

ISqlStatistic Members

Microsoft.Data.Schema.Sql.SchemaModel.SqlServer Namespace