IndexTableHint.IndexValues Property

Definition

Parameters for the index hint. Possible types: Literal or Identifier.

public System.Collections.Generic.IList<Microsoft.SqlServer.TransactSql.ScriptDom.IdentifierOrValueExpression> IndexValues { get; }
member this.IndexValues : System.Collections.Generic.IList<Microsoft.SqlServer.TransactSql.ScriptDom.IdentifierOrValueExpression>
Public ReadOnly Property IndexValues As IList(Of IdentifierOrValueExpression)

Property Value

Applies to