Freigeben über


IActionMetadata-Schnittstelle

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

Der IActionMetadata-Typ macht folgende Elemente verfügbar.

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft Name Gets the name of the object. (Geerbt von IXEObjectMetadata.)
Öffentliche Eigenschaft Package Gets the IPackage that this object is exposed from. (Geerbt von IXEObjectMetadata.)
Öffentliche Eigenschaft Type Gets the type of the action.

Zum Anfang

Siehe auch

Verweis

Microsoft.SqlServer.XEvent-Namespace