Partager via


Propriété IndexStatement.IndexOptions

Gets a list of index options. Optional may have zero elements.

Espace de noms :  Microsoft.SqlServer.TransactSql.ScriptDom
Assembly :  Microsoft.SqlServer.TransactSql.ScriptDom (en Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Syntaxe

'Déclaration
Public ReadOnly Property IndexOptions As IList(Of IndexOption)
    Get
'Utilisation
Dim instance As IndexStatement 
Dim value As IList(Of IndexOption)

value = instance.IndexOptions
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>
The list of index options.

Voir aussi

Référence

IndexStatement Classe

Espace de noms Microsoft.SqlServer.TransactSql.ScriptDom