Gets the string representation of the predicate expression.
命名空间: Microsoft.SqlServer.Management.XEvent
程序集: Microsoft.SqlServer.Management.XEvent(在 Microsoft.SqlServer.Management.XEvent.dll 中)
语法
声明
Public Function FormatPredicateExpression ( _
predExpr As PredExpr _
) As String
用法
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
参数
- predExpr
类型:Microsoft.SqlServer.Management.XEvent.PredExpr
The predicate expression.
返回值
类型:System.String
The string representation of the predicate expression.