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.