BaseXEStore.FormatPredicateExpression(PredExpr) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the string representation of the predicate expression.
public virtual string FormatPredicateExpression (Microsoft.SqlServer.Management.XEvent.PredExpr predExpr);
abstract member FormatPredicateExpression : Microsoft.SqlServer.Management.XEvent.PredExpr -> string
override this.FormatPredicateExpression : Microsoft.SqlServer.Management.XEvent.PredExpr -> string
Public Overridable Function FormatPredicateExpression (predExpr As PredExpr) As String
Parameters
- predExpr
- PredExpr