Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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)
Property Value
Type: System.Linq.Expressions.Expression
An Expression value.