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