Clase PredOperand
Represents a predicate operand. A predicate operand can be a DataEventColumnInfo object or a PredSourceInfo object.
Jerarquía de herencia
System.Object
Microsoft.SqlServer.Management.XEvent.Predicate
Microsoft.SqlServer.Management.XEvent.PredOperand
Espacio de nombres: Microsoft.SqlServer.Management.XEvent
Ensamblado: Microsoft.SqlServer.Management.XEvent (en Microsoft.SqlServer.Management.XEvent.dll)
Sintaxis
'Declaración
Public NotInheritable Class PredOperand _
Inherits Predicate
'Uso
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
El tipo PredOperand expone los siguientes miembros.
Constructores
Nombre | Descripción | |
---|---|---|
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. |
Arriba
Propiedades
Nombre | Descripción | |
---|---|---|
OperandObject | Gets the object used to construct the operand. The object should be an instance of DataEventColumnInfo or PredSourceInfo. |
Arriba
Métodos
Nombre | Descripción | |
---|---|---|
Equals | (Se hereda de Object.) | |
GetHashCode | (Se hereda de Object.) | |
GetType | (Se hereda de Object.) | |
ToString | Returns a string that represents the current PredOperand object. (Invalida Object.ToString().) |
Arriba
Seguridad para subprocesos
Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.