QueryableXEventData.Expression 属性

Gets or sets an Expression value.

命名空间:  Microsoft.SqlServer.XEvent.Linq
程序集:  Microsoft.SqlServer.XEvent.Linq(在 Microsoft.SqlServer.XEvent.Linq.dll 中)

语法

声明
Public Property Expression As Expression 
    Get 
    Friend Set
用法
Dim instance As QueryableXEventData 
Dim value As Expression 

value = instance.Expression
public Expression Expression { get; internal set; }
public:
virtual property Expression^ Expression {
    Expression^ get () sealed;
    internal: void set (Expression^ value) sealed;
}
abstract Expression : Expression with get, internal set 
override Expression : Expression with get, internal set
final function get Expression () : Expression 
internal final function set Expression (value : Expression)

属性值

类型:System.Linq.Expressions.Expression
An Expression value.

实现

IQueryable.Expression

请参阅

参考

QueryableXEventData 类

Microsoft.SqlServer.XEvent.Linq 命名空间