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
매개 변수
- predExpr
유형: Microsoft.SqlServer.Management.XEvent.PredExpr
The predicate expression.
반환 값
유형: System.String
The string representation of the predicate expression.