Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets a list of parameters for the index hint. Possible types: Literal or Identifier.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Syntax
'Declaration
Public ReadOnly Property IndexValues As IList(Of IdentifierOrValueExpression)
Get
'Usage
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>
Property Value
Type: System.Collections.Generic.IList<IdentifierOrValueExpression>
A list of parameters for the index hint.