共用方式為


IndexOption.Option 屬性

取得或設定索引選項的類型。

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

語法

'宣告
Public Property Option As IndexOptionType
    Get
    Set
public IndexOptionType Option { get; set; }
public:
property IndexOptionType Option {
    IndexOptionType get ();
    void set (IndexOptionType value);
}
member Option : IndexOptionType with get, set
function get Option () : IndexOptionType
function set Option (value : IndexOptionType)

屬性值

型別:Microsoft.Data.Schema.ScriptDom.Sql.IndexOptionType
傳回 IndexOptionType 列舉值。

.NET Framework 安全性

請參閱

參考

IndexOption 類別

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