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 | |
---|---|---|
![]() |
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. |
Haut de la page
Propriétés
Nom | Description | |
---|---|---|
![]() |
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 | |
---|---|---|
![]() |
Equals | (hérité de Object.) |
![]() |
GetHashCode | (hérité de Object.) |
![]() |
GetType | (hérité de Object.) |
![]() |
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.