Freigeben über


IField-Schnittstelle

Exposes common event field properties.

Namespace:  Microsoft.SqlServer.XEvent
Assembly:  Microsoft.SqlServer.XEvent.Linq (in Microsoft.SqlServer.XEvent.Linq.dll)

Syntax

'Declaration
Public Interface IField
'Usage
Dim instance As IField
public interface IField
public interface class IField
type IField =  interface end
public interface IField

Der IField-Typ macht folgende Elemente verfügbar.

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft Name Gets the name of the field.
Öffentliche Eigenschaft Type Gets the native type of the field.
Öffentliche Eigenschaft Value Gets the value of the field in its native format.

Zum Anfang

Siehe auch

Verweis

Microsoft.SqlServer.XEvent-Namespace