Condividi tramite


Proprietà IndexTableHint.IndexValues

Ottiene un elenco di parametri per l'hint 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 IndexValues As IList(Of TSqlFragment)
    Get
public IList<TSqlFragment> IndexValues { get; }
public:
property IList<TSqlFragment^>^ IndexValues {
    IList<TSqlFragment^>^ get ();
}
member IndexValues : IList<TSqlFragment>
function get IndexValues () : IList<TSqlFragment>

Valore proprietà

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

Sicurezza di .NET Framework

Vedere anche

Riferimenti

IndexTableHint Classe

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