IEventFieldMetadata Interface

Provides information about the event field.

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

Syntax

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

The IEventFieldMetadata type exposes the following members.

Properties

  Name Description
Public property Name Gets the name of the event field.
Public property Type Gets the type of the event field.

Top

See Also

Reference

Microsoft.SqlServer.XEvent Namespace