Compartir a través de


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
Método público PredFunctionExpr Initializes a new instance of the PredFunctionExpr class.

Arriba

Propiedades

  Nombre Descripción
Propiedad pública Operand Gets the operand.
Propiedad pública Operator Gets the PredCompare instance.
Propiedad pública Value Gets the value.

Arriba

Métodos

  Nombre Descripción
Método público Equals (Se hereda de Object.)
Método público GetHashCode (Se hereda de Object.)
Método público GetType (Se hereda de Object.)
Método público 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.

Vea también

Referencia

Espacio de nombres Microsoft.SqlServer.Management.XEvent