Compartir a través de


Clase PublishedEventField

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

Jerarquía de herencia

System.Object
  Microsoft.SqlServer.XEvent.Linq.PublishedEventField

Espacio de nombres:  Microsoft.SqlServer.XEvent.Linq
Ensamblado:  Microsoft.SqlServer.XEvent.Linq (en Microsoft.SqlServer.XEvent.Linq.dll)

Sintaxis

'Declaración
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

El tipo PublishedEventField expone los siguientes miembros.

Propiedades

  Nombre Descripción
Propiedad pública Name Gets the name of the event field.
Propiedad pública Type Gets the native type of the field.
Propiedad pública Value Gets the value of the field in its native format.

Arriba

Métodos

  Nombre Descripción
Método público Equals (Se hereda de Object.)
Método protegido Finalize (Se hereda de Object.)
Método público GetHashCode (Se hereda de Object.)
Método público GetType (Se hereda de Object.)
Método protegido MemberwiseClone (Se hereda de Object.)
Método público ToString (Se hereda de Object.)

Arriba

Seguridad para subprocesos

Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.

Vea también

Referencia

Espacio de nombres Microsoft.SqlServer.XEvent.Linq