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
Public property GenerationId Gets a generation identifier, which uniquely identifies the metadata generation.
Public property Packages Gets a collection of packages that is active at once.

Top

Methods

  Name Description
Public method GetPackage Retrieves a package by module identifier and name.

Top

See Also

Reference

Microsoft.SqlServer.XEvent Namespace