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 action object.
Namespace: Microsoft.SqlServer.XEvent.Linq
Assembly: Microsoft.SqlServer.XEvent.Linq (in Microsoft.SqlServer.XEvent.Linq.dll)
Syntax
'Declaration
Public ReadOnly Property Metadata As IActionMetadata
Get
'Usage
Dim instance As PublishedAction
Dim value As IActionMetadata
value = instance.Metadata
public IActionMetadata Metadata { get; }
public:
property IActionMetadata^ Metadata {
IActionMetadata^ get ();
}
member Metadata : IActionMetadata
function get Metadata () : IActionMetadata
Property Value
Type: Microsoft.SqlServer.XEvent.IActionMetadata
The metadata for the action object.