共用方式為


SetStatisticsStatement.Options 屬性

取得或設定此陳述式表示的特定設定選項。

命名空間:  Microsoft.Data.Schema.ScriptDom.Sql
組件:  Microsoft.Data.Schema.ScriptDom.Sql (在 Microsoft.Data.Schema.ScriptDom.Sql.dll 中)

語法

'宣告
Public Property Options As SetStatisticsOptions
    Get
    Set
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.Data.Schema.ScriptDom.Sql.SetStatisticsOptions
傳回 SetStatisticsOptions 列舉值。

.NET Framework 安全性

請參閱

參考

SetStatisticsStatement 類別

Microsoft.Data.Schema.ScriptDom.Sql 命名空間