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.