Classe PredOperand

Represents a predicate operand. A predicate operand can be a DataEventColumnInfo object or a PredSourceInfo object.

Gerarchia di ereditarietà

System.Object
  Microsoft.SqlServer.Management.XEvent.Predicate
    Microsoft.SqlServer.Management.XEvent.PredOperand

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

Sintassi

'Dichiarazione
Public NotInheritable Class PredOperand _
    Inherits Predicate
'Utilizzo
Dim instance As PredOperand
public sealed class PredOperand : Predicate
public ref class PredOperand sealed : public Predicate
[<SealedAttribute>]
type PredOperand =  
    class 
        inherit Predicate 
    end
public final class PredOperand extends Predicate

Nel tipo PredOperand sono esposti i membri seguenti.

Costruttori

  Nome Descrizione
Metodo pubblico PredOperand(DataEventColumnInfo) Initializes a new instance of the PredOperand class from the eventColumn parameter.
Metodo pubblico PredOperand(PredSourceInfo) Initializes a new instance of the PredOperand class from the sourceInfo parameter.

In alto

Proprietà

  Nome Descrizione
Proprietà pubblica OperandObject Gets the object used to construct the operand. The object should be an instance of DataEventColumnInfo or PredSourceInfo.

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 Returns a string that represents the current PredOperand object. Esegue l'override di Object.ToString().

In alto

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