Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the name or identifier of the index that we force seek on. Possible types: Literal or Identifier.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Syntax
'Declaration
Public Property IndexValue As IdentifierOrValueExpression
Get
Set
'Usage
Dim instance As ForceSeekTableHint
Dim value As IdentifierOrValueExpression
value = instance.IndexValue
instance.IndexValue = value
public IdentifierOrValueExpression IndexValue { get; set; }
public:
property IdentifierOrValueExpression^ IndexValue {
IdentifierOrValueExpression^ get ();
void set (IdentifierOrValueExpression^ value);
}
member IndexValue : IdentifierOrValueExpression with get, set
function get IndexValue () : IdentifierOrValueExpression
function set IndexValue (value : IdentifierOrValueExpression)
Property Value
Type: Microsoft.SqlServer.TransactSql.ScriptDom.IdentifierOrValueExpression
The name or identifier of the index.