Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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.