Condividi tramite


Proprietà IndexStatement.IndexOptions

Ottiene un elenco di opzioni dell'indice.

Spazio dei nomi:  Microsoft.Data.Schema.ScriptDom.Sql
Assembly:  Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)

Sintassi

'Dichiarazione
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>

Valore proprietà

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

Note

Facoltativamente; è possibile che non sia presente alcun elemento.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

IndexStatement Classe

Spazio dei nomi Microsoft.Data.Schema.ScriptDom.Sql