Partager via


Propriété IEventProvider<T>.MetadataGenerations

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

Espace de noms :  Microsoft.SqlServer.XEvent.Linq
Assembly :  Microsoft.SqlServer.XEvent.Linq (en Microsoft.SqlServer.XEvent.Linq.dll)

Syntaxe

'Déclaration
ReadOnly Property MetadataGenerations As ReadOnlyCollection(Of IMetadataGeneration)
    Get
'Utilisation
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>

Valeur de propriété

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

Voir aussi

Référence

IEventProvider<T> Interface

Espace de noms Microsoft.SqlServer.XEvent.Linq