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 metadata collection describing all maps exposed by this package.
Namespace: Microsoft.SqlServer.XEvent
Assembly: Microsoft.SqlServer.XEvent.Linq (in Microsoft.SqlServer.XEvent.Linq.dll)
Syntax
'Declaration
ReadOnly Property Maps As ReadOnlyCollection(Of IMapMetadata)
Get
'Usage
Dim instance As IPackage
Dim value As ReadOnlyCollection(Of IMapMetadata)
value = instance.Maps
ReadOnlyCollection<IMapMetadata> Maps { get; }
property ReadOnlyCollection<IMapMetadata^>^ Maps {
ReadOnlyCollection<IMapMetadata^>^ get ();
}
abstract Maps : ReadOnlyCollection<IMapMetadata>
function get Maps () : ReadOnlyCollection<IMapMetadata>
Property Value
Type: System.Collections.ObjectModel.ReadOnlyCollection<IMapMetadata>
The metadata collection describing all maps exposed by this package.