ICompiledExpressionRoot 接口
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
指定有关已编译的表达式根的信息。
public interface class ICompiledExpressionRoot
public interface ICompiledExpressionRoot
type ICompiledExpressionRoot = interface
Public Interface ICompiledExpressionRoot
方法
| CanExecuteExpression(String, Boolean, IList<LocationReference>, Int32) |
指示 ICompiledExpressionRoot 是否可以执行查询。 |
| GetExpressionTreeForExpression(Int32, IList<LocationReference>) |
获取用于该表达式的表达式树。 |
| GetLanguage() |
获取用于表达式的根的语言。 |
| GetRequiredLocations(Int32) |
获取表达式根所需位置的列表。 |
| InvokeExpression(Int32, IList<Location>) |
调用 ICompiledExpressionRoot, 使用指定的表达式标识符和位置。 |
| InvokeExpression(Int32, IList<LocationReference>, ActivityContext) |
调用 ICompiledExpressionRoot, 使用指定的表达式标识符、位置和活动上下文。 |