Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
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.