XEStore.FormatPredicateExpression Method

Gets the string representation of the predicate expression.

Namespace:  Microsoft.SqlServer.Management.XEvent
Assembly:  Microsoft.SqlServer.Management.XEvent (in Microsoft.SqlServer.Management.XEvent.dll)

Syntax

'Declaration
Public Function FormatPredicateExpression ( _
    predExpr As PredExpr _
) As String
'Usage
Dim instance As XEStore 
Dim predExpr As PredExpr 
Dim returnValue As String 

returnValue = instance.FormatPredicateExpression(predExpr)
public string FormatPredicateExpression(
    PredExpr predExpr
)
public:
String^ FormatPredicateExpression(
    PredExpr^ predExpr
)
member FormatPredicateExpression : 
        predExpr:PredExpr -> string
public function FormatPredicateExpression(
    predExpr : PredExpr
) : String

Parameters

Return Value

Type: String
The string representation of the predicate expression.

See Also

Reference

XEStore Class

Microsoft.SqlServer.Management.XEvent Namespace