Примечание.
Для доступа к этой странице требуется авторизация. Вы можете попробовать войти или изменить каталоги.
Для доступа к этой странице требуется авторизация. Вы можете попробовать изменить каталоги.
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.