Proprietà MapInfo.MapValueInfoSet

Gets the MapValueInfoCollection.

Spazio dei nomi  Microsoft.SqlServer.Management.XEvent
Assembly:  Microsoft.SqlServer.Management.XEvent (in Microsoft.SqlServer.Management.XEvent.dll)

Sintassi

'Dichiarazione
<SfcObjectAttribute(SfcContainerRelationship.ChildContainer, SfcContainerCardinality.ZeroToAny,  _
    GetType(MapValueInfo))> _
Public ReadOnly Property MapValueInfoSet As MapValueInfoCollection 
    Get
'Utilizzo
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

Valore proprietà

Tipo: Microsoft.SqlServer.Management.XEvent.MapValueInfoCollection
A collection of MapValueInfo objects.

Vedere anche

Riferimento

MapInfo Classe

Spazio dei nomi Microsoft.SqlServer.Management.XEvent