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 | |
---|---|---|
Name | Gets the name of the object. (Inherited from IXEObjectMetadata.) | |
Package | Gets the IPackage that this object is exposed from. (Inherited from IXEObjectMetadata.) | |
Type | Gets the type of the action. |
Top