Método XEStore.FormatPredicateExpression
Gets the string representation of the predicate expression.
Namespace: Microsoft.SqlServer.Management.XEvent
Assembly: Microsoft.SqlServer.Management.XEvent (em Microsoft.SqlServer.Management.XEvent.dll)
Sintaxe
'Declaração
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
- predExpr
Tipo: Microsoft.SqlServer.Management.XEvent.PredExpr
The predicate expression.
Valor de retorno
Tipo: System.String
The string representation of the predicate expression.