Compartir a través de


Interfaz IField

Exposes common event field properties.

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

Sintaxis

'Declaración
Public Interface IField
'Uso
Dim instance As IField
public interface IField
public interface class IField
type IField =  interface end
public interface IField

El tipo IField expone los siguientes miembros.

Propiedades

  Nombre Descripción
Propiedad pública Name Gets the name of the 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

Vea también

Referencia

Espacio de nombres Microsoft.SqlServer.XEvent