UniqueConstraintDefinition.IndexOptions 屬性
Gets a list of index options.
命名空間: Microsoft.SqlServer.TransactSql.ScriptDom
組件: Microsoft.SqlServer.TransactSql.ScriptDom (在 Microsoft.SqlServer.TransactSql.ScriptDom.dll 中)
語法
'宣告
Public ReadOnly Property IndexOptions As IList(Of IndexOption)
Get
'用途
Dim instance As UniqueConstraintDefinition
Dim value As IList(Of IndexOption)
value = instance.IndexOptions
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>
A list of index options.