Dela via


ISqlStatistic.SamplingStyle Property

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

Syntax

'Declaration
Property SamplingStyle As SqlStatisticsSamplingStyle
'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)

Property Value

Type: Microsoft.Data.Schema.Sql.SchemaModel.SqlServer.SqlStatisticsSamplingStyle

.NET Framework Security

See Also

Reference

ISqlStatistic Interface

ISqlStatistic Members

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