Freigeben über


PublishedEventField-Klasse

Represents an instance of an event field. This object holds the data for the event column

Vererbungshierarchie

System.Object
  Microsoft.SqlServer.XEvent.Linq.PublishedEventField

Namespace:  Microsoft.SqlServer.XEvent.Linq
Assembly:  Microsoft.SqlServer.XEvent.Linq (in Microsoft.SqlServer.XEvent.Linq.dll)

Syntax

'Declaration
Public Class PublishedEventField _
    Implements IField
'Usage
Dim instance As PublishedEventField
public class PublishedEventField : IField
public ref class PublishedEventField : IField
type PublishedEventField =  
    class 
        interface IField 
    end
public class PublishedEventField implements IField

Der PublishedEventField-Typ macht folgende Elemente verfügbar.

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft Name Gets the name of the event field.
Öffentliche Eigenschaft Type Gets the native type of the field.
Öffentliche Eigenschaft Value Gets the value of the field in its native format.

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode Equals (Geerbt von Object.)
Geschützte Methode Finalize (Geerbt von Object.)
Öffentliche Methode GetHashCode (Geerbt von Object.)
Öffentliche Methode GetType (Geerbt von Object.)
Geschützte Methode MemberwiseClone (Geerbt von Object.)
Öffentliche Methode ToString (Geerbt von Object.)

Zum Anfang

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.

Siehe auch

Verweis

Microsoft.SqlServer.XEvent.Linq-Namespace