Bemærk
Adgang til denne side kræver godkendelse. Du kan prøve at logge på eller ændre mapper.
Adgang til denne side kræver godkendelse. Du kan prøve at ændre mapper.
Gets the MapInfoCollection contained by the package.
Namespace: Microsoft.SqlServer.Management.XEvent
Assembly: Microsoft.SqlServer.Management.XEvent (in Microsoft.SqlServer.Management.XEvent.dll)
Syntax
'Declaration
<SfcObjectAttribute(SfcContainerRelationship.ChildContainer, SfcContainerCardinality.ZeroToAny, _
GetType(MapInfo))> _
Public ReadOnly Property MapInfoSet As MapInfoCollection
Get
'Usage
Dim instance As Package
Dim value As MapInfoCollection
value = instance.MapInfoSet
[SfcObjectAttribute(SfcContainerRelationship.ChildContainer, SfcContainerCardinality.ZeroToAny,
typeof(MapInfo))]
public MapInfoCollection MapInfoSet { get; }
[SfcObjectAttribute(SfcContainerRelationship::ChildContainer, SfcContainerCardinality::ZeroToAny,
typeof(MapInfo))]
public:
property MapInfoCollection^ MapInfoSet {
MapInfoCollection^ get ();
}
[<SfcObjectAttribute(SfcContainerRelationship.ChildContainer, SfcContainerCardinality.ZeroToAny,
typeof(MapInfo))>]
member MapInfoSet : MapInfoCollection
function get MapInfoSet () : MapInfoCollection
Property Value
Type: Microsoft.SqlServer.Management.XEvent.MapInfoCollection
A collection of MapInfo objects.