Dela via


AlterTableRebuildStatement.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)
'Usage
Dim instance As AlterTableRebuildStatement 
Dim value As IList(Of IndexOption)

value = instance.IndexOptions
public IList<IndexOption> IndexOptions { get; }
public:
property IList<IndexOption^>^ IndexOptions {
    IList<IndexOption^>^ get ();
}
public function get IndexOptions () : IList<IndexOption>

Property Value

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

.NET Framework Security

See Also

Reference

AlterTableRebuildStatement Class

AlterTableRebuildStatement Members

Microsoft.Data.Schema.ScriptDom.Sql Namespace