IField Interface

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

The IField type exposes the following members.

Properties

  Name Description
Public property Name Gets the name of the field.
Public property Type Gets the native type of the field.
Public property Value Gets the value of the field in its native format.

Top

See Also

Reference

Microsoft.SqlServer.XEvent Namespace