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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.