PublishedAction.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 action object.
public:
property Microsoft::SqlServer::XEvent::IActionMetadata ^ Metadata { Microsoft::SqlServer::XEvent::IActionMetadata ^ get(); };
public Microsoft.SqlServer.XEvent.IActionMetadata Metadata { get; }
member this.Metadata : Microsoft.SqlServer.XEvent.IActionMetadata
Public ReadOnly Property Metadata As IActionMetadata
Property Value
Microsoft.SqlServer.XEvent.IActionMetadata
The metadata for the action object.