Nota
O acesso a esta página requer autorização. Podes tentar iniciar sessão ou mudar de diretório.
O acesso a esta página requer autorização. Podes tentar mudar de diretório.
Gets the metadata collection describing all maps exposed by this package.
Namespace: Microsoft.SqlServer.XEvent
Assembly: Microsoft.SqlServer.XEvent.Linq (em Microsoft.SqlServer.XEvent.Linq.dll)
Sintaxe
'Declaração
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 da propriedade
Tipo: System.Collections.ObjectModel.ReadOnlyCollection<IMapMetadata>
The metadata collection describing all maps exposed by this package.