Интерфейс 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.) |
В начало