Partilhar via


Classe PredOperand

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

Hierarquia de herança

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

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

Sintaxe

'Declaração
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

O tipo PredOperand expõe os membros a seguir.

Construtores

  Nome Descrição
Método público PredOperand(DataEventColumnInfo) Initializes a new instance of the PredOperand class from the eventColumn parameter.
Método público PredOperand(PredSourceInfo) Initializes a new instance of the PredOperand class from the sourceInfo parameter.

Início

Propriedades

  Nome Descrição
Propriedade pública OperandObject Gets the object used to construct the operand. The object should be an instance of DataEventColumnInfo or PredSourceInfo.

Início

Métodos

  Nome Descrição
Método público Equals (Herdado de Object.)
Método público GetHashCode (Herdado de Object.)
Método público GetType (Herdado de Object.)
Método público ToString Returns a string that represents the current PredOperand object. (Substitui Object.ToString().)

Início

Segurança de thread

Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.

Consulte também

Referência

Namespace Microsoft.SqlServer.Management.XEvent