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 | |
---|---|---|
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. |
Zum Anfang
Methoden
Name | Beschreibung | |
---|---|---|
Equals | (Geerbt von Object.) | |
Finalize | (Geerbt von Object.) | |
GetHashCode | (Geerbt von Object.) | |
GetType | (Geerbt von Object.) | |
MemberwiseClone | (Geerbt von Object.) | |
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.