Partager via


Interface IPackage

Represents metadata for an extended event package.

Espace de noms :  Microsoft.SqlServer.XEvent
Assembly :  Microsoft.SqlServer.XEvent.Linq (en Microsoft.SqlServer.XEvent.Linq.dll)

Syntaxe

'Déclaration
Public Interface IPackage
'Utilisation
Dim instance As IPackage
public interface IPackage
public interface class IPackage
type IPackage =  interface end
public interface IPackage

Le type IPackage expose les membres suivants.

Propriétés

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

Haut de la page

Voir aussi

Référence

Espace de noms Microsoft.SqlServer.XEvent