Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the predicate tree for PredicateExpression.
Namespace: Microsoft.SqlServer.Management.XEvent
Assembly: Microsoft.SqlServer.Management.XEvent (in Microsoft.SqlServer.Management.XEvent.dll)
Syntax
'Declaration
Public Property Predicate As PredExpr
Get
Set
'Usage
Dim instance As Event
Dim value As PredExpr
value = instance.Predicate
instance.Predicate = value
public PredExpr Predicate { get; set; }
public:
property PredExpr^ Predicate {
PredExpr^ get ();
void set (PredExpr^ value);
}
member Predicate : PredExpr with get, set
function get Predicate () : PredExpr
function set Predicate (value : PredExpr)
Property Value
Type: Microsoft.SqlServer.Management.XEvent.PredExpr
The predicate tree for PredicateExpression.