PublishedEventField Class

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

Inheritance Hierarchy

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

The PublishedEventField type exposes the following members.

Properties

  Name Description
Public property Name Gets the name of the event field.
Public property Type Gets the native type of the field.
Public property Value Gets the value of the field in its native format.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.SqlServer.XEvent.Linq Namespace