Compartir a través de


IndexTableHint.IndexValues Propiedad

Gets a list of parameters for the index hint. Possible types: Literal or Identifier.

Espacio de nombres:  Microsoft.SqlServer.TransactSql.ScriptDom
Ensamblado:  Microsoft.SqlServer.TransactSql.ScriptDom (en Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Sintaxis

'Declaración
Public ReadOnly Property IndexValues As IList(Of IdentifierOrValueExpression)
    Get
'Uso
Dim instance As IndexTableHint 
Dim value As IList(Of IdentifierOrValueExpression)

value = instance.IndexValues
public IList<IdentifierOrValueExpression> IndexValues { get; }
public:
property IList<IdentifierOrValueExpression^>^ IndexValues {
    IList<IdentifierOrValueExpression^>^ get ();
}
member IndexValues : IList<IdentifierOrValueExpression>
function get IndexValues () : IList<IdentifierOrValueExpression>

Valor de la propiedad

Tipo: System.Collections.Generic.IList<IdentifierOrValueExpression>
A list of parameters for the index hint.

Vea también

Referencia

IndexTableHint Clase

Espacio de nombres Microsoft.SqlServer.TransactSql.ScriptDom