Delen via


SetStatisticsStatement.Options Property

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

Namespace:  Microsoft.SqlServer.TransactSql.ScriptDom
Assembly:  Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Syntax

'Declaration
Public Property Options As SetStatisticsOptions 
    Get 
    Set
'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);
}
member Options : SetStatisticsOptions with get, set
function get Options () : SetStatisticsOptions 
function set Options (value : SetStatisticsOptions)

Property Value

Type: Microsoft.SqlServer.TransactSql.ScriptDom.SetStatisticsOptions
The specific set option(s) that this statement represents.

See Also

Reference

SetStatisticsStatement Class

Microsoft.SqlServer.TransactSql.ScriptDom Namespace