Compartir a través de


Interfaz IPackage

Represents metadata for an extended event package.

Espacio de nombres:  Microsoft.SqlServer.XEvent
Ensamblado:  Microsoft.SqlServer.XEvent.Linq (en Microsoft.SqlServer.XEvent.Linq.dll)

Sintaxis

'Declaración
Public Interface IPackage
'Uso
Dim instance As IPackage
public interface IPackage
public interface class IPackage
type IPackage =  interface end
public interface IPackage

El tipo IPackage expone los siguientes miembros.

Propiedades

  Nombre Descripción
Propiedad pública Actions Gets the metadata collection describing all actions exposed by this package that may be present in the session.
Propiedad pública Events Gets the metadata collection describing all the events exposed by this package that may present in the session.
Propiedad pública Generation Gets the metadata generation that this package belongs to.
Propiedad pública Maps Gets the metadata collection describing all maps exposed by this package.
Propiedad pública ModuleId Gets the module identifier of the package.
Propiedad pública Name Gets the name of the package.
Propiedad pública PackageId Gets the package identifier.

Arriba

Vea también

Referencia

Espacio de nombres Microsoft.SqlServer.XEvent