QueryableXEventData.Expression-Eigenschaft
Gets or sets an Expression value.
Namespace: Microsoft.SqlServer.XEvent.Linq
Assembly: Microsoft.SqlServer.XEvent.Linq (in Microsoft.SqlServer.XEvent.Linq.dll)
Syntax
'Declaration
Public Property Expression As Expression
Get
Friend Set
'Usage
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)
Eigenschaftswert
Typ: System.Linq.Expressions.Expression
An Expression value.