ForceSeekTableHint.IndexValue 属性
Gets or sets the name or identifier of the index that we force seek on. Possible types: Literal or Identifier.
命名空间: Microsoft.SqlServer.TransactSql.ScriptDom
程序集: Microsoft.SqlServer.TransactSql.ScriptDom(在 Microsoft.SqlServer.TransactSql.ScriptDom.dll 中)
语法
声明
Public Property IndexValue As IdentifierOrValueExpression
Get
Set
用法
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)
属性值
类型:Microsoft.SqlServer.TransactSql.ScriptDom.IdentifierOrValueExpression
The name or identifier of the index.