共用方式為


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 命名空間