Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the metadata for the event object.
Namespace: Microsoft.SqlServer.XEvent.Linq
Assembly: Microsoft.SqlServer.XEvent.Linq (in Microsoft.SqlServer.XEvent.Linq.dll)
Syntax
'Declaration
Public ReadOnly Property Metadata As IEventMetadata
Get
'Usage
Dim instance As PublishedEvent
Dim value As IEventMetadata
value = instance.Metadata
public IEventMetadata Metadata { get; }
public:
property IEventMetadata^ Metadata {
IEventMetadata^ get ();
}
member Metadata : IEventMetadata
function get Metadata () : IEventMetadata
Property Value
Type: Microsoft.SqlServer.XEvent.IEventMetadata
The metadata for the event object.