IMetadataGeneration 接口

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

命名空间:  Microsoft.SqlServer.XEvent
程序集:  Microsoft.SqlServer.XEvent.Linq(在 Microsoft.SqlServer.XEvent.Linq.dll 中)

语法

声明
Public Interface IMetadataGeneration
用法
Dim instance As IMetadataGeneration
public interface IMetadataGeneration
public interface class IMetadataGeneration
type IMetadataGeneration =  interface end
public interface IMetadataGeneration

IMetadataGeneration 类型公开以下成员。

属性

  名称 说明
公共属性 GenerationId Gets a generation identifier, which uniquely identifies the metadata generation.
公共属性 Packages Gets a collection of packages that is active at once.

页首

方法

  名称 说明
公共方法 GetPackage Retrieves a package by module identifier and name.

页首

请参阅

参考

Microsoft.SqlServer.XEvent 命名空间