Partager via


Classe PredOperand

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

Hiérarchie d'héritage

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

Espace de noms :  Microsoft.SqlServer.Management.XEvent
Assembly :  Microsoft.SqlServer.Management.XEvent (en Microsoft.SqlServer.Management.XEvent.dll)

Syntaxe

'Déclaration
Public NotInheritable Class PredOperand _
    Inherits Predicate
'Utilisation
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

Le type PredOperand expose les membres suivants.

Constructeurs

  Nom Description
Méthode publique PredOperand(DataEventColumnInfo) Initializes a new instance of the PredOperand class from the eventColumn parameter.
Méthode publique PredOperand(PredSourceInfo) Initializes a new instance of the PredOperand class from the sourceInfo parameter.

Haut de la page

Propriétés

  Nom Description
Propriété publique OperandObject Gets the object used to construct the operand. The object should be an instance of DataEventColumnInfo or PredSourceInfo.

Haut de la page

Méthodes

  Nom Description
Méthode publique Equals (hérité de Object.)
Méthode publique GetHashCode (hérité de Object.)
Méthode publique GetType (hérité de Object.)
Méthode publique ToString Returns a string that represents the current PredOperand object. (remplace Object.ToString().)

Haut de la page

Sécurité des threads

Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.

Voir aussi

Référence

Espace de noms Microsoft.SqlServer.Management.XEvent