UniqueConstraintDefinition.IndexOptions Property
Gets a list of index options.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Syntax
'Declaration
Public ReadOnly Property IndexOptions As IList(Of IndexOption)
Get
'Usage
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>
Property Value
Type: System.Collections.Generic.IList<IndexOption>
A list of index options.