共用方式為


UniqueConstraint.IndexOptions 屬性

取得索引選項的清單。

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

語法

'宣告
Public ReadOnly Property IndexOptions As IList(Of IndexOption)
    Get
public IList<IndexOption> IndexOptions { get; }
public:
property IList<IndexOption^>^ IndexOptions {
    IList<IndexOption^>^ get ();
}
member IndexOptions : IList<IndexOption>
function get IndexOptions () : IList<IndexOption>

屬性值

型別:System.Collections.Generic.IList<IndexOption>

備註

選項,可能有零個項目。

.NET Framework 安全性

請參閱

參考

UniqueConstraint 類別

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