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 | |
---|---|---|
PredFunctionExpr | Initializes a new instance of the PredFunctionExpr class. |
In alto
Proprietà
Nome | Descrizione | |
---|---|---|
Operand | Gets the operand. | |
Operator | Gets the PredCompare instance. | |
Value | Gets the value. |
In alto
Metodi
Nome | Descrizione | |
---|---|---|
Equals | Ereditato da Object. | |
GetHashCode | Ereditato da Object. | |
GetType | Ereditato da Object. | |
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.