Compartilhar via


Interface IPackage

Represents metadata for an extended event package.

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

Sintaxe

'Declaração
Public Interface IPackage
'Uso
Dim instance As IPackage
public interface IPackage
public interface class IPackage
type IPackage =  interface end
public interface IPackage

O tipo IPackage expõe os membros a seguir.

Propriedades

  Nome Descrição
Propriedade pública Actions Gets the metadata collection describing all actions exposed by this package that may be present in the session.
Propriedade pública Events Gets the metadata collection describing all the events exposed by this package that may present in the session.
Propriedade pública Generation Gets the metadata generation that this package belongs to.
Propriedade pública Maps Gets the metadata collection describing all maps exposed by this package.
Propriedade pública ModuleId Gets the module identifier of the package.
Propriedade pública Name Gets the name of the package.
Propriedade pública PackageId Gets the package identifier.

Início

Consulte também

Referência

Namespace Microsoft.SqlServer.XEvent