Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Represents a predicate operand. A predicate operand can be a DataEventColumnInfo object or a PredSourceInfo object.
Inheritance Hierarchy
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
The PredOperand type exposes the following members.
Constructors
| Name | 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. |
Top
Properties
| Name | Description | |
|---|---|---|
![]() |
OperandObject | Gets the object used to construct the operand. The object should be an instance of DataEventColumnInfo or PredSourceInfo. |
Top
Methods
| Name | Description | |
|---|---|---|
![]() |
Equals | (Inherited from Object.) |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
ToString | Returns a string that represents the current PredOperand object. (Overrides Object.ToString().) |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
.gif)
.gif)