Represents the function expression in a predicate.
继承层次结构
System.Object
Microsoft.SqlServer.Management.XEvent.Predicate
Microsoft.SqlServer.Management.XEvent.PredExpr
Microsoft.SqlServer.Management.XEvent.PredFunctionExpr
命名空间: Microsoft.SqlServer.Management.XEvent
程序集: Microsoft.SqlServer.Management.XEvent(在 Microsoft.SqlServer.Management.XEvent.dll 中)
语法
声明
Public NotInheritable Class PredFunctionExpr _
Inherits PredExpr
用法
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
PredFunctionExpr 类型公开以下成员。
构造函数
名称 | 说明 | |
---|---|---|
![]() |
PredFunctionExpr | Initializes a new instance of the PredFunctionExpr class. |
页首
属性
名称 | 说明 | |
---|---|---|
![]() |
Operand | Gets the operand. |
![]() |
Operator | Gets the PredCompare instance. |
![]() |
Value | Gets the value. |
页首
方法
名称 | 说明 | |
---|---|---|
![]() |
Equals | (从 Object 继承。) |
![]() |
GetHashCode | (从 Object 继承。) |
![]() |
GetType | (从 Object 继承。) |
![]() |
ToString | (从 Object 继承。) |
页首
注释
A function expression resembles the Pred_Compare(operand, value) syntax where operand is a PredOperand object and value is a PredValue object.
线程安全
此类型的任何公共 static(在 Visual Basic 中为 Shared) 成员都是线程安全的。不保证所有实例成员都是线程安全的。