Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Represents the function expression in a predicate.
Inheritance Hierarchy
System.Object
Microsoft.SqlServer.Management.XEvent.Predicate
Microsoft.SqlServer.Management.XEvent.PredExpr
Microsoft.SqlServer.Management.XEvent.PredFunctionExpr
Namespace: Microsoft.SqlServer.Management.XEvent
Assembly: Microsoft.SqlServer.Management.XEvent (in Microsoft.SqlServer.Management.XEvent.dll)
Syntax
'Declaration
Public NotInheritable Class PredFunctionExpr _
Inherits PredExpr
'Usage
Dim instance As PredFunctionExpr
public sealed class PredFunctionExpr : PredExpr
public ref class PredFunctionExpr sealed : public PredExpr
[<SealedAttribute>]
type PredFunctionExpr =
class
inherit PredExpr
end
public final class PredFunctionExpr extends PredExpr
The PredFunctionExpr type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
PredFunctionExpr | Initializes a new instance of the PredFunctionExpr class. |
Top
Properties
Name | Description | |
---|---|---|
![]() |
Operand | Gets the operand. |
![]() |
Operator | Gets the PredCompare instance. |
![]() |
Value | Gets the value. |
Top
Methods
Name | Description | |
---|---|---|
![]() |
Equals | (Inherited from Object.) |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
ToString | (Inherited from Object.) |
Top
Remarks
A function expression resembles the Pred_Compare(operand, value) syntax where operand is a PredOperand object and value is a PredValue object.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.