共用方式為


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 命名空間