IndexStatement.IndexOptions Property

Gets a list of index options.

Namespace:  Microsoft.Data.Schema.ScriptDom.Sql
Assembly:  Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)

Syntax

'Declaration
Public ReadOnly Property IndexOptions As IList(Of IndexOption)
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>

Remarks

Optional; may have zero elements.

.NET Framework Security

See Also

Reference

IndexStatement Class

Microsoft.Data.Schema.ScriptDom.Sql Namespace