Compartilhar via


Propriedade do RDL IEventProvider<T>.MetadataGenerations

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

Namespace:  Microsoft.SqlServer.XEvent.Linq
Assembly:  Microsoft.SqlServer.XEvent.Linq (em Microsoft.SqlServer.XEvent.Linq.dll)

Sintaxe

'Declaração
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 da propriedade

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

Consulte também

Referência

IEventProvider<T> Interface

Namespace Microsoft.SqlServer.XEvent.Linq