PublishedAction.Metadata Property

Definition

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.

Applies to