Compartir a través de


IEventProvider<T>.MetadataGenerations Propiedad

Gets a collection of all event metadata used by the IEventProvider.

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

Sintaxis

'Declaración
ReadOnly Property MetadataGenerations As ReadOnlyCollection(Of IMetadataGeneration)
    Get
'Uso
Dim instance As IEventProvider 
Dim value As ReadOnlyCollection(Of IMetadataGeneration)

value = instance.MetadataGenerations
ReadOnlyCollection<IMetadataGeneration> MetadataGenerations { get; }
property ReadOnlyCollection<IMetadataGeneration^>^ MetadataGenerations {
    ReadOnlyCollection<IMetadataGeneration^>^ get ();
}
abstract MetadataGenerations : ReadOnlyCollection<IMetadataGeneration>
function get MetadataGenerations () : ReadOnlyCollection<IMetadataGeneration>

Valor de la propiedad

Tipo: System.Collections.ObjectModel.ReadOnlyCollection<IMetadataGeneration>
The IEnumerable containing all metadata generations for the IEventProvider.

Vea también

Referencia

IEventProvider<T> Interfaz

Espacio de nombres Microsoft.SqlServer.XEvent.Linq