Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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
- predExpr
Type: Microsoft.SqlServer.Management.XEvent.PredExpr
The predicate expression.
Return Value
Type: System.String
The string representation of the predicate expression.