Share via


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
'Usage
Dim instance As SetStatisticsStatement 
Dim value As SetStatisticsOptions 

value = instance.Options

instance.Options = value
public SetStatisticsOptions Options { get; set; }
public:
property SetStatisticsOptions Options {
    SetStatisticsOptions get ();
    void set (SetStatisticsOptions value);
}
public function get Options () : SetStatisticsOptions 
public 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

SetStatisticsStatement Members

Microsoft.Data.Schema.ScriptDom.Sql Namespace