Share via


IndexTableHint.IndexValues 속성

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

네임스페이스:  Microsoft.SqlServer.TransactSql.ScriptDom
어셈블리:  Microsoft.SqlServer.TransactSql.ScriptDom(Microsoft.SqlServer.TransactSql.ScriptDom.dll)

구문

‘선언
Public ReadOnly Property IndexValues As IList(Of IdentifierOrValueExpression)
    Get
‘사용 방법
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>

속성 값

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

참고 항목

참조

IndexTableHint 클래스

Microsoft.SqlServer.TransactSql.ScriptDom 네임스페이스