IEventProvider<T>.MetadataGenerations Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
The IEnumerable containing all metadata generations for the IEventProvider.