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.