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


Класс TraceColumnCollection

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

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

System.Object
  Microsoft.AnalysisServices.TraceColumnCollection

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

Синтаксис

'Декларация
<GuidAttribute("83BC7AED-4D6F-4e61-B396-565A491185FB")> _
Public NotInheritable Class TraceColumnCollection _
    Implements ICollection, IEnumerable
'Применение
Dim instance As TraceColumnCollection
[GuidAttribute("83BC7AED-4D6F-4e61-B396-565A491185FB")]
public sealed class TraceColumnCollection : ICollection, 
    IEnumerable
[GuidAttribute(L"83BC7AED-4D6F-4e61-B396-565A491185FB")]
public ref class TraceColumnCollection sealed : ICollection, 
    IEnumerable
[<SealedAttribute>]
[<GuidAttribute("83BC7AED-4D6F-4e61-B396-565A491185FB")>]
type TraceColumnCollection =  
    class 
        interface ICollection 
        interface IEnumerable 
    end
public final class TraceColumnCollection implements ICollection, IEnumerable

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

Свойства

  Имя Описание
Открытое свойство Count Gets the number of TraceColumn objects in the collection.
Открытое свойство Item Gets the TraceColumn at the specified index.

В начало

Методы

  Имя Описание
Открытый метод Add Adds a TraceColumn to the end of the collection.
Открытый метод Clear Removes all elements from the collection.
Открытый метод Contains Indicates whether the collection contains a specified TraceColumn.
Открытый метод Equals (Производный от Object.)
Открытый метод GetHashCode (Производный от Object.)
Открытый метод GetType (Производный от Object.)
Открытый метод Remove Инфраструктура. Removes the specified TraceColumn from the collection.
Открытый метод ToString (Производный от Object.)

В начало

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

  Имя Описание
Явная реализация интерфейсаЗакрытый метод ICollection.CopyTo Copies the elements of the collection to an Array, starting at a particular index.
Явная реализация интерфейсаЗакрытый метод IEnumerable.GetEnumerator Returns an enumerator that iterates through a collection.
Явная реализация интерфейсаЗакрытое свойство ICollection.IsSynchronized Gets a value that indicates whether access to the TraceColumnCollection is synchronized.
Явная реализация интерфейсаЗакрытое свойство ICollection.SyncRoot Gets an object that can be used to synchronize access to the TraceColumnCollection.

В начало

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

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

См. также

Справочник

Пространство имен Microsoft.AnalysisServices