Interface IActionMetadata
Provides information about the action.
Espace de noms : Microsoft.SqlServer.XEvent
Assembly : Microsoft.SqlServer.XEvent.Linq (en Microsoft.SqlServer.XEvent.Linq.dll)
Syntaxe
'Déclaration
Public Interface IActionMetadata _
Inherits IXEObjectMetadata
'Utilisation
Dim instance As IActionMetadata
public interface IActionMetadata : IXEObjectMetadata
public interface class IActionMetadata : IXEObjectMetadata
type IActionMetadata =
interface
interface IXEObjectMetadata
end
public interface IActionMetadata extends IXEObjectMetadata
Le type IActionMetadata expose les membres suivants.
Propriétés
Nom | Description | |
---|---|---|
![]() |
Name | Gets the name of the object. (hérité de IXEObjectMetadata.) |
![]() |
Package | Gets the IPackage that this object is exposed from. (hérité de IXEObjectMetadata.) |
![]() |
Type | Gets the type of the action. |
Haut de la page