Поделиться через


Класс TraceEventCollection

Contains a collection of TraceEvent objects. This class cannot be inherited.

Иерархия наследования

System. . :: . .Object
  Microsoft.AnalysisServices..::..TraceEventCollection

Пространство имен:  Microsoft.AnalysisServices
Сборка:  Microsoft.AnalysisServices (в Microsoft.AnalysisServices.dll)

Синтаксис

'Декларация
<GuidAttribute("8294A436-B408-4594-A0D1-31B2C7F2904A")> _
Public NotInheritable Class TraceEventCollection _
    Implements ICollection, IEnumerable
'Применение
Dim instance As TraceEventCollection
[GuidAttribute("8294A436-B408-4594-A0D1-31B2C7F2904A")]
public sealed class TraceEventCollection : ICollection, 
    IEnumerable
[GuidAttribute(L"8294A436-B408-4594-A0D1-31B2C7F2904A")]
public ref class TraceEventCollection sealed : ICollection, 
    IEnumerable
[<SealedAttribute>]
[<GuidAttribute("8294A436-B408-4594-A0D1-31B2C7F2904A")>]
type TraceEventCollection =  
    class
        interface ICollection
        interface IEnumerable
    end
public final class TraceEventCollection implements ICollection, IEnumerable

Тип TraceEventCollection обеспечивает доступ к следующим элементам.

Свойства

  Имя Описание
Открытое свойство Count Gets the number of TraceEvent objects in the collection.
Открытое свойство Item[ ( [ ( Int32] ) ] ) Gets the TraceEvent at the specified index from the collection.
Открытое свойство Item[ ( [ ( TraceEventClass] ) ] ) Gets the TraceEvent that has the specified TraceEventClass value from the collection.

В начало

Методы

  Имя Описание
Открытый метод Add(TraceEvent) Adds a TraceEvent to the end of the collection.
Открытый метод Add(TraceEventClass) Creates and adds a TraceEvent, with the specified TraceEventClass value, to the end of the collection.
Открытый метод Clear Removes all elements from the collection.
Открытый метод Contains(TraceEvent) Indicates whether the collection contains a specified TraceEvent.
Открытый метод Contains(TraceEventClass) Indicates whether the collection contains a TraceEvent that has the specified TraceEventClass value.
Открытый метод Equals (Производный от Object.)
Защищенный метод Finalize (Производный от Object.)
Открытый метод Find Gets the TraceEvent that has the specified TraceEventClass value from the collection.
Открытый метод GetHashCode (Производный от Object.)
Открытый метод GetType (Производный от Object.)
Защищенный метод MemberwiseClone (Производный от Object.)
Открытый метод Remove(TraceEvent) Removes the specified TraceEvent from the collection.
Открытый метод Remove(TraceEventClass) Removes the TraceEvent that has the specified TraceEventClass value from the collection.
Открытый метод ToString (Производный от Object.)

В начало

Явные реализации интерфейса

  Имя Описание
Явная реализация интерфейсаЗакрытый метод ICollection. . :: . .CopyTo
Явная реализация интерфейсаЗакрытый метод IEnumerable. . :: . .GetEnumerator
Явная реализация интерфейсаЗакрытое свойство ICollection. . :: . .IsSynchronized
Явная реализация интерфейсаЗакрытое свойство ICollection. . :: . .SyncRoot

В начало

Безопасность многопоточности

Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.

См. также

Справочник