Classe PublishedEventField
Represents an instance of an event field. This object holds the data for the event column
Hierarquia de herança
System.Object
Microsoft.SqlServer.XEvent.Linq.PublishedEventField
Namespace: Microsoft.SqlServer.XEvent.Linq
Assembly: Microsoft.SqlServer.XEvent.Linq (em Microsoft.SqlServer.XEvent.Linq.dll)
Sintaxe
'Declaração
Public Class PublishedEventField _
Implements IField
'Uso
Dim instance As PublishedEventField
public class PublishedEventField : IField
public ref class PublishedEventField : IField
type PublishedEventField =
class
interface IField
end
public class PublishedEventField implements IField
O tipo PublishedEventField expõe os membros a seguir.
Propriedades
Nome | Descrição | |
---|---|---|
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. |
Início
Métodos
Nome | Descrição | |
---|---|---|
Equals | (Herdado de Object.) | |
Finalize | (Herdado de Object.) | |
GetHashCode | (Herdado de Object.) | |
GetType | (Herdado de Object.) | |
MemberwiseClone | (Herdado de Object.) | |
ToString | (Herdado de Object.) |
Início
Segurança de thread
Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.