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 네임스페이스