IPackage Interface

Represents metadata for an extended event package.

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

Syntax

'Declaration
Public Interface IPackage
'Usage
Dim instance As IPackage
public interface IPackage
public interface class IPackage
type IPackage =  interface end
public interface IPackage

The IPackage type exposes the following members.

Properties

  Name Description
Public property Actions Gets the metadata collection describing all actions exposed by this package that may be present in the session.
Public property Events Gets the metadata collection describing all the events exposed by this package that may present in the session.
Public property Generation Gets the metadata generation that this package belongs to.
Public property Maps Gets the metadata collection describing all maps exposed by this package.
Public property ModuleId Gets the module identifier of the package.
Public property Name Gets the name of the package.
Public property PackageId Gets the package identifier.

Top

See Also

Reference

Microsoft.SqlServer.XEvent Namespace