Partager via


AlterTableRebuildStatement.IndexOptions, propriété

Obtient une liste d'options d'index.

Espace de noms :  Microsoft.Data.Schema.ScriptDom.Sql
Assembly :  Microsoft.Data.Schema.ScriptDom.Sql (dans Microsoft.Data.Schema.ScriptDom.Sql.dll)

Syntaxe

'Déclaration
Public ReadOnly Property IndexOptions As IList(Of IndexOption)
    Get
public IList<IndexOption> IndexOptions { get; }
public:
property IList<IndexOption^>^ IndexOptions {
    IList<IndexOption^>^ get ();
}
member IndexOptions : IList<IndexOption>
function get IndexOptions () : IList<IndexOption>

Valeur de propriété

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

Sécurité .NET Framework

Voir aussi

Référence

AlterTableRebuildStatement Classe

Microsoft.Data.Schema.ScriptDom.Sql, espace de noms