IActionMetadata Interface

Provides information about the action.

Namespace:  Microsoft.SqlServer.XEvent
Assembly:  Microsoft.SqlServer.XEvent.Linq (in Microsoft.SqlServer.XEvent.Linq.dll)

Syntax

'Declaration
Public Interface IActionMetadata _
    Inherits IXEObjectMetadata
'Usage
Dim instance As IActionMetadata
public interface IActionMetadata : IXEObjectMetadata
public interface class IActionMetadata : IXEObjectMetadata
type IActionMetadata =  
    interface 
        interface IXEObjectMetadata 
    end
public interface IActionMetadata extends IXEObjectMetadata

The IActionMetadata type exposes the following members.

Properties

  Name Description
Public property Name Gets the name of the object. (Inherited from IXEObjectMetadata.)
Public property Package Gets the IPackage that this object is exposed from. (Inherited from IXEObjectMetadata.)
Public property Type Gets the type of the action.

Top

See Also

Reference

Microsoft.SqlServer.XEvent Namespace