Partilhar via


Classe PredValue

Represents an rvalue in PredCompareExpr object or the second parameter in the PredFunctionExpr object.

Hierarquia de herança

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

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

Sintaxe

'Declaração
Public NotInheritable Class PredValue _
    Inherits Predicate
'Uso
Dim instance As PredValue
public sealed class PredValue : Predicate
public ref class PredValue sealed : public Predicate
[<SealedAttribute>]
type PredValue =  
    class 
        inherit Predicate 
    end
public final class PredValue extends Predicate

O tipo PredValue expõe os membros a seguir.

Construtores

  Nome Descrição
Método público PredValue Initializes a new instance of the PredValue class with the specified object.

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 value that represents the current PredValue 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