Classe PredFunctionExpr

Represents the function expression in a predicate.

Gerarchia di ereditarietà

System.Object
  Microsoft.SqlServer.Management.XEvent.Predicate
    Microsoft.SqlServer.Management.XEvent.PredExpr
      Microsoft.SqlServer.Management.XEvent.PredFunctionExpr

Spazio dei nomi  Microsoft.SqlServer.Management.XEvent
Assembly:  Microsoft.SqlServer.Management.XEvent (in Microsoft.SqlServer.Management.XEvent.dll)

Sintassi

'Dichiarazione
Public NotInheritable Class PredFunctionExpr _
    Inherits PredExpr
'Utilizzo
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

Nel tipo PredFunctionExpr sono esposti i membri seguenti.

Costruttori

  Nome Descrizione
Metodo pubblico PredFunctionExpr Initializes a new instance of the PredFunctionExpr class.

In alto

Proprietà

  Nome Descrizione
Proprietà pubblica Operand Gets the operand.
Proprietà pubblica Operator Gets the PredCompare instance.
Proprietà pubblica Value Gets the value.

In alto

Metodi

  Nome Descrizione
Metodo pubblico Equals Ereditato da Object.
Metodo pubblico GetHashCode Ereditato da Object.
Metodo pubblico GetType Ereditato da Object.
Metodo pubblico ToString Ereditato da Object.

In alto

Osservazioni

A function expression resembles the Pred_Compare(operand, value) syntax where operand is a PredOperand object and value is a PredValue object.

Protezione dei thread

I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.

Vedere anche

Riferimento

Spazio dei nomi Microsoft.SqlServer.Management.XEvent