Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
Gets the string representation of the predicate expression.
Spazio dei nomi Microsoft.SqlServer.Management.XEvent
Assembly: Microsoft.SqlServer.Management.XEvent (in Microsoft.SqlServer.Management.XEvent.dll)
Sintassi
'Dichiarazione
Public Function FormatPredicateExpression ( _
predExpr As PredExpr _
) As String
'Utilizzo
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
Parametri
- predExpr
Tipo: Microsoft.SqlServer.Management.XEvent.PredExpr
The predicate expression.
Valore restituito
Tipo: System.String
The string representation of the predicate expression.