IPackage 接口

Represents metadata for an extended event package.

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

语法

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

IPackage 类型公开以下成员。

属性

  名称 说明
公共属性 Actions Gets the metadata collection describing all actions exposed by this package that may be present in the session.
公共属性 Events Gets the metadata collection describing all the events exposed by this package that may present in the session.
公共属性 Generation Gets the metadata generation that this package belongs to.
公共属性 Maps Gets the metadata collection describing all maps exposed by this package.
公共属性 ModuleId Gets the module identifier of the package.
公共属性 Name Gets the name of the package.
公共属性 PackageId Gets the package identifier.

页首

请参阅

参考

Microsoft.SqlServer.XEvent 命名空间