次の方法で共有


MapInfo.MapValueInfoSet プロパティ

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
MapValueInfo オブジェクトのコレクションです。

関連項目

参照

MapInfo クラス

Microsoft.SqlServer.Management.XEvent 名前空間