IndexTableHint.IndexValues Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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)