Compartir a través de


IPackage.Maps Propiedad

Gets the metadata collection describing all maps exposed by this package.

Espacio de nombres:  Microsoft.SqlServer.XEvent
Ensamblado:  Microsoft.SqlServer.XEvent.Linq (en Microsoft.SqlServer.XEvent.Linq.dll)

Sintaxis

'Declaración
ReadOnly Property Maps As ReadOnlyCollection(Of IMapMetadata)
    Get
'Uso
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>

Valor de la propiedad

Tipo: System.Collections.ObjectModel.ReadOnlyCollection<IMapMetadata>
The metadata collection describing all maps exposed by this package.

Vea también

Referencia

IPackage Interfaz

Espacio de nombres Microsoft.SqlServer.XEvent