Freigeben über


PredOperand-Klasse

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

Vererbungshierarchie

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

Namespace:  Microsoft.SqlServer.Management.XEvent
Assembly:  Microsoft.SqlServer.Management.XEvent (in Microsoft.SqlServer.Management.XEvent.dll)

Syntax

'Declaration
Public NotInheritable Class PredOperand _
    Inherits Predicate
'Usage
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

Der PredOperand-Typ macht folgende Elemente verfügbar.

Konstruktoren

  Name Beschreibung
Öffentliche Methode PredOperand(DataEventColumnInfo) Initializes a new instance of the PredOperand class from the eventColumn parameter.
Öffentliche Methode PredOperand(PredSourceInfo) Initializes a new instance of the PredOperand class from the sourceInfo parameter.

Zum Anfang

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft OperandObject Gets the object used to construct the operand. The object should be an instance of DataEventColumnInfo or PredSourceInfo.

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode Equals (Geerbt von Object.)
Öffentliche Methode GetHashCode (Geerbt von Object.)
Öffentliche Methode GetType (Geerbt von Object.)
Öffentliche Methode ToString Returns a string that represents the current PredOperand object. (Überschreibt Object.ToString().)

Zum Anfang

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.

Siehe auch

Verweis

Microsoft.SqlServer.Management.XEvent-Namespace