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


Элементы DTSReadOnlyCollectionBase

Defines an abstract base class that implements the common members used by all Integration Services read-only collections. It provides the abstract (MustInherit in Visual Basic) base class for a strongly typed collection.

Тип DTSReadOnlyCollectionBase предоставляет доступ к следующим элементам.

Методы

  Имя Описание
Открытый метод CopyTo Copies the entire DTSReadOnlyCollectionBase to a compatible one-dimensional array, starting at the specified index of the target array.
Защищенный метод CreateManagedObject Инфраструктура.
Открытый метод Equals (Наследуется из Object.)
Защищенный метод Finalize (Наследуется из Object.)
Защищенный метод GetCount Инфраструктура.
Открытый метод GetEnumerator Returns an enumerator that can iterate through the DTSReadOnlyCollectionBase instance.
Открытый метод GetHashCode (Наследуется из Object.)
Защищенный метод GetManagedEnumerator Инфраструктура.
Открытый метод GetType (Наследуется из Object.)
Защищенный метод MemberwiseClone (Наследуется из Object.)
Открытый метод ToString (Наследуется из Object.)

В начало

Поля

  Имя Описание
Защищенное поле m_unmanagedColl Инфраструктура.

В начало

Свойства

  Имя Описание
Открытое свойство Count Gets the number of elements contained in the DTSReadOnlyCollectionBase instance.
Открытое свойство IsSynchronized Gets a value that indicates whether access to the DTSReadOnlyCollectionBase is synchronized (thread-safe).
Открытое свойство SyncRoot Gets an object that can be used to synchronize access to the DTSReadOnlyCollectionBase.

В начало