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 | |
---|---|---|
Name | Gets the name of the event field. | |
Type | Gets the type of the event field. |
Top