Freigeben über


IEventProvider<T>.MetadataGenerations-Eigenschaft

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

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

Syntax

'Declaration
ReadOnly Property MetadataGenerations As ReadOnlyCollection(Of IMetadataGeneration)
    Get
'Usage
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>

Eigenschaftswert

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

Siehe auch

Verweis

IEventProvider<T> Schnittstelle

Microsoft.SqlServer.XEvent.Linq-Namespace