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 네임스페이스