IEventProvider<T>.MetadataGenerations Property

Definition

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

public:
 property System::Collections::ObjectModel::ReadOnlyCollection<Microsoft::SqlServer::XEvent::IMetadataGeneration ^> ^ MetadataGenerations { System::Collections::ObjectModel::ReadOnlyCollection<Microsoft::SqlServer::XEvent::IMetadataGeneration ^> ^ get(); };
public System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.SqlServer.XEvent.IMetadataGeneration> MetadataGenerations { get; }
member this.MetadataGenerations : System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.SqlServer.XEvent.IMetadataGeneration>
Public ReadOnly Property MetadataGenerations As ReadOnlyCollection(Of IMetadataGeneration)

Property Value

ReadOnlyCollection<Microsoft.SqlServer.XEvent.IMetadataGeneration>

The IEnumerable containing all metadata generations for the IEventProvider.

Applies to