Classe PredValue

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

Gerarchia di ereditarietà

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

Spazio dei nomi  Microsoft.SqlServer.Management.XEvent
Assembly:  Microsoft.SqlServer.Management.XEvent (in Microsoft.SqlServer.Management.XEvent.dll)

Sintassi

'Dichiarazione
Public NotInheritable Class PredValue _
    Inherits Predicate
'Utilizzo
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

Nel tipo PredValue sono esposti i membri seguenti.

Costruttori

  Nome Descrizione
Metodo pubblico PredValue Initializes a new instance of the PredValue class with the specified object.

In alto

Metodi

  Nome Descrizione
Metodo pubblico Equals Ereditato da Object.
Metodo pubblico GetHashCode Ereditato da Object.
Metodo pubblico GetType Ereditato da Object.
Metodo pubblico ToString Returns a string value that represents the current PredValue object. Esegue l'override di Object.ToString().

In alto

Protezione dei thread

I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.

Vedere anche

Riferimento

Spazio dei nomi Microsoft.SqlServer.Management.XEvent