Interface IMapMetadata
Represents the metadata for sets of key value mappings.
Espace de noms : Microsoft.SqlServer.XEvent
Assembly : Microsoft.SqlServer.XEvent.Linq (en Microsoft.SqlServer.XEvent.Linq.dll)
Syntaxe
'Déclaration
Public Interface IMapMetadata _
Inherits IXEObjectMetadata
'Utilisation
Dim instance As IMapMetadata
public interface IMapMetadata : IXEObjectMetadata
public interface class IMapMetadata : IXEObjectMetadata
type IMapMetadata =
interface
interface IXEObjectMetadata
end
public interface IMapMetadata extends IXEObjectMetadata
Le type IMapMetadata expose les membres suivants.
Propriétés
Nom | Description | |
---|---|---|
![]() |
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. (hérité de IXEObjectMetadata.) |
![]() |
Package | Gets the IPackage that this object is exposed from. (hérité de IXEObjectMetadata.) |
Haut de la page