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 命名空间