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 네임스페이스