Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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>
Eigenschaftswert
Typ: System.Collections.ObjectModel.ReadOnlyCollection<IMapMetadata>
The metadata collection describing all maps exposed by this package.