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 命名空间