インデックス ヒントのパラメーターの一覧を取得します。 種類はリテラルか識別子です。
名前空間: 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>
インデックス ヒントのパラメーターの一覧。