PublishedEventField Class

Definition

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

public ref class PublishedEventField : Microsoft::SqlServer::XEvent::IField
public class PublishedEventField : Microsoft.SqlServer.XEvent.IField
type PublishedEventField = class
    interface IField
Public Class PublishedEventField
Implements IField
Inheritance
PublishedEventField
Implements
Microsoft.SqlServer.XEvent.IField

Properties

Name

Gets the name of the event field.

Type

Gets the native type of the field.

Value

Gets the value of the field in its native format.

Applies to