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 | |
---|---|---|
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. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
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.