Clase PredFunctionExpr
Represents the function expression in a predicate.
Jerarquía de herencia
System.Object
Microsoft.SqlServer.Management.XEvent.Predicate
Microsoft.SqlServer.Management.XEvent.PredExpr
Microsoft.SqlServer.Management.XEvent.PredFunctionExpr
Espacio de nombres: Microsoft.SqlServer.Management.XEvent
Ensamblado: Microsoft.SqlServer.Management.XEvent (en Microsoft.SqlServer.Management.XEvent.dll)
Sintaxis
'Declaración
Public NotInheritable Class PredFunctionExpr _
Inherits PredExpr
'Uso
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
El tipo PredFunctionExpr expone los siguientes miembros.
Constructores
Nombre | Descripción | |
---|---|---|
PredFunctionExpr | Initializes a new instance of the PredFunctionExpr class. |
Arriba
Propiedades
Nombre | Descripción | |
---|---|---|
Operand | Gets the operand. | |
Operator | Gets the PredCompare instance. | |
Value | Gets the value. |
Arriba
Métodos
Nombre | Descripción | |
---|---|---|
Equals | (Se hereda de Object.) | |
GetHashCode | (Se hereda de Object.) | |
GetType | (Se hereda de Object.) | |
ToString | (Se hereda de Object.) |
Arriba
Comentarios
A function expression resembles the Pred_Compare(operand, value) syntax where operand is a PredOperand object and value is a PredValue object.
Seguridad para subprocesos
Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.