Partager via


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
Propriété publique Name Gets the name of the object. (hérité de IXEObjectMetadata.)
Propriété publique Package Gets the IPackage that this object is exposed from. (hérité de IXEObjectMetadata.)
Propriété publique Type Gets the type of the action.

Haut de la page

Voir aussi

Référence

Espace de noms Microsoft.SqlServer.XEvent