IEventProvider<T>.MetadataGenerations 属性

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

命名空间:  Microsoft.SqlServer.XEvent.Linq
程序集:  Microsoft.SqlServer.XEvent.Linq(在 Microsoft.SqlServer.XEvent.Linq.dll 中)

语法

声明
ReadOnly Property MetadataGenerations As ReadOnlyCollection(Of IMetadataGeneration)
    Get
用法
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>

属性值

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

请参阅

参考

IEventProvider<T> 接口

Microsoft.SqlServer.XEvent.Linq 命名空间