Поделиться через


Свойство MapInfo.MapValueInfoSet

Gets the MapValueInfoCollection.

Пространство имен:  Microsoft.SqlServer.Management.XEvent
Сборка:  Microsoft.SqlServer.Management.XEvent (в Microsoft.SqlServer.Management.XEvent.dll)

Синтаксис

'Декларация
<SfcObjectAttribute(SfcContainerRelationship.ChildContainer, SfcContainerCardinality.ZeroToAny,  _
    GetType(MapValueInfo))> _
Public ReadOnly Property MapValueInfoSet As MapValueInfoCollection 
    Get
'Применение
Dim instance As MapInfo 
Dim value As MapValueInfoCollection 

value = instance.MapValueInfoSet
[SfcObjectAttribute(SfcContainerRelationship.ChildContainer, SfcContainerCardinality.ZeroToAny, 
    typeof(MapValueInfo))]
public MapValueInfoCollection MapValueInfoSet { get; }
[SfcObjectAttribute(SfcContainerRelationship::ChildContainer, SfcContainerCardinality::ZeroToAny, 
    typeof(MapValueInfo))]
public:
property MapValueInfoCollection^ MapValueInfoSet {
    MapValueInfoCollection^ get ();
}
[<SfcObjectAttribute(SfcContainerRelationship.ChildContainer, SfcContainerCardinality.ZeroToAny, 
    typeof(MapValueInfo))>]
member MapValueInfoSet : MapValueInfoCollection
function get MapValueInfoSet () : MapValueInfoCollection

Значение свойства

Тип: Microsoft.SqlServer.Management.XEvent.MapValueInfoCollection
A collection of MapValueInfo objects.

См. также

Справочник

MapInfo Класс

Пространство имен Microsoft.SqlServer.Management.XEvent