XEStore.FormatPredicateExpression 方法

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

参数

返回值

类型:System.String
The string representation of the predicate expression.

请参阅

参考

XEStore 类

Microsoft.SqlServer.Management.XEvent 命名空间