Compartir a través de


IndexTableHint.IndexValues (Propiedad)

Obtiene una lista de parámetros para la sugerencia del índice.

Espacio de nombres:  Microsoft.Data.Schema.ScriptDom.Sql
Ensamblado:  Microsoft.Data.Schema.ScriptDom.Sql (en Microsoft.Data.Schema.ScriptDom.Sql.dll)

Sintaxis

'Declaración
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>

Valor de propiedad

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

Seguridad de .NET Framework

Vea también

Referencia

IndexTableHint Clase

Microsoft.Data.Schema.ScriptDom.Sql (Espacio de nombres)