Compartir a través de


ForceSeekTableHint.IndexValue Propiedad

Gets or sets the name or identifier of the index that we force seek on. Possible types: Literal or Identifier.

Espacio de nombres:  Microsoft.SqlServer.TransactSql.ScriptDom
Ensamblado:  Microsoft.SqlServer.TransactSql.ScriptDom (en Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Sintaxis

'Declaración
Public Property IndexValue As IdentifierOrValueExpression 
    Get 
    Set
'Uso
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)

Valor de la propiedad

Tipo: Microsoft.SqlServer.TransactSql.ScriptDom.IdentifierOrValueExpression
The name or identifier of the index.

Vea también

Referencia

ForceSeekTableHint Clase

Espacio de nombres Microsoft.SqlServer.TransactSql.ScriptDom