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 | |
---|---|---|
PredOperand(DataEventColumnInfo) | Initializes a new instance of the PredOperand class from the eventColumn parameter. | |
PredOperand(PredSourceInfo) | Initializes a new instance of the PredOperand class from the sourceInfo parameter. |
Zum Anfang
Eigenschaften
Name | Beschreibung | |
---|---|---|
OperandObject | Gets the object used to construct the operand. The object should be an instance of DataEventColumnInfo or PredSourceInfo. |
Zum Anfang
Methoden
Name | Beschreibung | |
---|---|---|
Equals | (Geerbt von Object.) | |
GetHashCode | (Geerbt von Object.) | |
GetType | (Geerbt von Object.) | |
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.