PublishedEvent.Metadata Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the metadata for the event object.
public:
property Microsoft::SqlServer::XEvent::IEventMetadata ^ Metadata { Microsoft::SqlServer::XEvent::IEventMetadata ^ get(); };
public Microsoft.SqlServer.XEvent.IEventMetadata Metadata { get; }
member this.Metadata : Microsoft.SqlServer.XEvent.IEventMetadata
Public ReadOnly Property Metadata As IEventMetadata
Property Value
Microsoft.SqlServer.XEvent.IEventMetadata
The metadata for the event object.