共用方式為


IMapMetadata 介面

Represents the metadata for sets of key value mappings.

命名空間:  Microsoft.SqlServer.XEvent
組件:  Microsoft.SqlServer.XEvent.Linq (在 Microsoft.SqlServer.XEvent.Linq.dll 中)

語法

'宣告
Public Interface IMapMetadata _
    Inherits IXEObjectMetadata
'用途
Dim instance As IMapMetadata
public interface IMapMetadata : IXEObjectMetadata
public interface class IMapMetadata : IXEObjectMetadata
type IMapMetadata =  
    interface 
        interface IXEObjectMetadata 
    end
public interface IMapMetadata extends IXEObjectMetadata

IMapMetadata 型別公開下列成員。

屬性

  名稱 說明
公用屬性 Entries Gets a collection of key value mappings for this map.
公用屬性 Item Returns the MapValue entry with the specified key value.
公用屬性 Name Gets the name of the object. (繼承自 IXEObjectMetadata。)
公用屬性 Package Gets the IPackage that this object is exposed from. (繼承自 IXEObjectMetadata。)

上層

請參閱

參考

Microsoft.SqlServer.XEvent 命名空間