IMetadataGeneration Interface
Represents a collection of packages that are active at a particular point in time.
Namespace: Microsoft.SqlServer.XEvent
Assembly: Microsoft.SqlServer.XEvent.Linq (in Microsoft.SqlServer.XEvent.Linq.dll)
Syntax
'Declaration
Public Interface IMetadataGeneration
'Usage
Dim instance As IMetadataGeneration
public interface IMetadataGeneration
public interface class IMetadataGeneration
type IMetadataGeneration = interface end
public interface IMetadataGeneration
The IMetadataGeneration type exposes the following members.
Properties
Name | Description | |
---|---|---|
GenerationId | Gets a generation identifier, which uniquely identifies the metadata generation. | |
Packages | Gets a collection of packages that is active at once. |
Top
Methods
Name | Description | |
---|---|---|
GetPackage | Retrieves a package by module identifier and name. |
Top