Sdílet prostřednictvím


IPackage.Maps Property

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.

See Also

Reference

IPackage Interface

Microsoft.SqlServer.XEvent Namespace