Compartir a través de


Interfaz IMetadataGeneration

Represents a collection of packages that are active at a particular point in time.

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

Sintaxis

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

El tipo IMetadataGeneration expone los siguientes miembros.

Propiedades

  Nombre Descripción
Propiedad pública GenerationId Gets a generation identifier, which uniquely identifies the metadata generation.
Propiedad pública Packages Gets a collection of packages that is active at once.

Arriba

Métodos

  Nombre Descripción
Método público GetPackage Retrieves a package by module identifier and name.

Arriba

Vea también

Referencia

Espacio de nombres Microsoft.SqlServer.XEvent