共用方式為


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 命名空間