Classe PredFunctionExpr
Represents the function expression in a predicate.
Hierarquia de herança
System.Object
Microsoft.SqlServer.Management.XEvent.Predicate
Microsoft.SqlServer.Management.XEvent.PredExpr
Microsoft.SqlServer.Management.XEvent.PredFunctionExpr
Namespace: Microsoft.SqlServer.Management.XEvent
Assembly: Microsoft.SqlServer.Management.XEvent (em Microsoft.SqlServer.Management.XEvent.dll)
Sintaxe
'Declaração
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
O tipo PredFunctionExpr expõe os membros a seguir.
Construtores
Nome | Descrição | |
---|---|---|
PredFunctionExpr | Initializes a new instance of the PredFunctionExpr class. |
Início
Propriedades
Nome | Descrição | |
---|---|---|
Operand | Gets the operand. | |
Operator | Gets the PredCompare instance. | |
Value | Gets the value. |
Início
Métodos
Nome | Descrição | |
---|---|---|
Equals | (Herdado de Object.) | |
GetHashCode | (Herdado de Object.) | |
GetType | (Herdado de Object.) | |
ToString | (Herdado de Object.) |
Início
Comentários
A function expression resembles the Pred_Compare(operand, value) syntax where operand is a PredOperand object and value is a PredValue object.
Segurança de thread
Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.