Interface IMetadataGeneration
Represents a collection of packages that are active at a particular point in time.
Namespace: Microsoft.SqlServer.XEvent
Assembly: Microsoft.SqlServer.XEvent.Linq (em Microsoft.SqlServer.XEvent.Linq.dll)
Sintaxe
'Declaração
Public Interface IMetadataGeneration
'Uso
Dim instance As IMetadataGeneration
public interface IMetadataGeneration
public interface class IMetadataGeneration
type IMetadataGeneration = interface end
public interface IMetadataGeneration
O tipo IMetadataGeneration expõe os membros a seguir.
Propriedades
Nome | Descrição | |
---|---|---|
GenerationId | Gets a generation identifier, which uniquely identifies the metadata generation. | |
Packages | Gets a collection of packages that is active at once. |
Início
Métodos
Nome | Descrição | |
---|---|---|
GetPackage | Retrieves a package by module identifier and name. |
Início