Méthode XEStore.FormatPredicateExpression
Gets the string representation of the predicate expression.
Espace de noms : Microsoft.SqlServer.Management.XEvent
Assembly : Microsoft.SqlServer.Management.XEvent (en Microsoft.SqlServer.Management.XEvent.dll)
Syntaxe
'Déclaration
Public Function FormatPredicateExpression ( _
predExpr As PredExpr _
) As String
'Utilisation
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
Paramètres
- predExpr
Type : Microsoft.SqlServer.Management.XEvent.PredExpr
The predicate expression.
Valeur de retour
Type : System.String
The string representation of the predicate expression.