SetStatisticsStatement.Options Property

Gets or sets the specific set option(s) that this statement represents.

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

Syntax

'Declaration
Public Property Options As SetStatisticsOptions
public SetStatisticsOptions Options { get; set; }
public:
property SetStatisticsOptions Options {
    SetStatisticsOptions get ();
    void set (SetStatisticsOptions value);
}
member Options : SetStatisticsOptions with get, set
function get Options () : SetStatisticsOptions
function set Options (value : SetStatisticsOptions)

Property Value

Type: Microsoft.Data.Schema.ScriptDom.Sql.SetStatisticsOptions
Returns a SetStatisticsOptions enumeration value.

.NET Framework Security

See Also

Reference

SetStatisticsStatement Class

Microsoft.Data.Schema.ScriptDom.Sql Namespace