IndexDefinition.IndexOptions Property

 

Applies To: SQL Server 2016 Preview

Gets the list of index options.

Namespace:   Microsoft.SqlServer.TransactSql.ScriptDom
Assembly:  Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Syntax

public IList<IndexOption> IndexOptions { get; }
public:
property IList<IndexOption^>^ IndexOptions {
    IList<IndexOption^>^ get();
}
member IndexOptions : IList<IndexOption> with get
Public ReadOnly Property IndexOptions As IList(Of IndexOption)

Property Value

Type: System.Collections.Generic.IList<IndexOption>

The list of index options.

See Also

IndexDefinition Class
Microsoft.SqlServer.TransactSql.ScriptDom Namespace

Return to top