SetStatisticsStatement.Options 屬性

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

命名空間:  Microsoft.SqlServer.TransactSql.ScriptDom
組件:  Microsoft.SqlServer.TransactSql.ScriptDom (在 Microsoft.SqlServer.TransactSql.ScriptDom.dll 中)

語法

'宣告
Public Property Options As SetStatisticsOptions 
    Get 
    Set
'用途
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)

屬性值

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

請參閱

參考

SetStatisticsStatement 類別

Microsoft.SqlServer.TransactSql.ScriptDom 命名空間