Compartir a través de


XEStore.FormatPredicateExpression Método

Gets the string representation of the predicate expression.

Espacio de nombres:  Microsoft.SqlServer.Management.XEvent
Ensamblado:  Microsoft.SqlServer.Management.XEvent (en Microsoft.SqlServer.Management.XEvent.dll)

Sintaxis

'Declaración
Public Function FormatPredicateExpression ( _
    predExpr As PredExpr _
) As String
'Uso
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

Parámetros

Valor devuelto

Tipo: System.String
The string representation of the predicate expression.

Vea también

Referencia

XEStore Clase

Espacio de nombres Microsoft.SqlServer.Management.XEvent