Classe PredLogicalExpr
Represents a predicate that can be used in an expression.
Gerarchia di ereditarietà
System.Object
Microsoft.SqlServer.Management.XEvent.Predicate
Microsoft.SqlServer.Management.XEvent.PredExpr
Microsoft.SqlServer.Management.XEvent.PredLogicalExpr
Spazio dei nomi Microsoft.SqlServer.Management.XEvent
Assembly: Microsoft.SqlServer.Management.XEvent (in Microsoft.SqlServer.Management.XEvent.dll)
Sintassi
'Dichiarazione
Public NotInheritable Class PredLogicalExpr _
Inherits PredExpr
'Utilizzo
Dim instance As PredLogicalExpr
public sealed class PredLogicalExpr : PredExpr
public ref class PredLogicalExpr sealed : public PredExpr
[<SealedAttribute>]
type PredLogicalExpr =
class
inherit PredExpr
end
public final class PredLogicalExpr extends PredExpr
Nel tipo PredLogicalExpr sono esposti i membri seguenti.
Costruttori
Nome | Descrizione | |
---|---|---|
PredLogicalExpr | Initializes a new instance of the PredLogicalExpr class. |
In alto
Proprietà
Nome | Descrizione | |
---|---|---|
LeftExpr | Gets the left sub-expression. | |
Operator | Gets the logical operator. | |
RightExpr | Gets the right sub-expression. |
In alto
Metodi
Nome | Descrizione | |
---|---|---|
Equals | Ereditato da Object. | |
GetHashCode | Ereditato da Object. | |
GetType | Ereditato da Object. | |
ToString | Ereditato da Object. |
In alto
Osservazioni
The PredLogicalExpr class can apply NOT on a PredExpr object or AND/OR on two PredExpr objects.
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.