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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.