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


Элементы LogProviders

Contains a collection of LogProvider objects associated with the package. This class cannot be inherited.

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

Методы

  Имя Описание
Открытый метод Add Adds the specified log provider to the end of the collection.
Открытый метод Contains Specifies whether an item can be retrieved from the LogProviders collection using indexing without throwing an exception.
Открытый метод CopyTo Copies the entire DTSReadOnlyCollectionBase to a compatible one-dimensional array, starting at the specified index of the target array. (Наследуется из DTSReadOnlyCollectionBase.)
Защищенный метод CreateManagedObject Инфраструктура. (Наследуется из DTSReadOnlyCollectionBase.)
Открытый метод Equals (Наследуется из Object.)
Защищенный метод Finalize (Наследуется из Object.)
Защищенный метод GetCount Инфраструктура. (Наследуется из DTSReadOnlyCollectionBase.)
Открытый метод GetEnumerator Returns a LogProviderEnumerator for use in iterating over the LogProviders collection.
Открытый метод GetHashCode (Наследуется из Object.)
Защищенный метод GetManagedEnumerator Инфраструктура. (Наследуется из DTSReadOnlyCollectionBase.)
Открытый метод GetType (Наследуется из Object.)
Защищенный метод MemberwiseClone (Наследуется из Object.)
Открытый метод Remove Removes a LogProvider object from the LogProviders collection.
Открытый метод ToString (Наследуется из Object.)

В начало

Поля

  Имя Описание
Защищенное поле m_unmanagedColl Инфраструктура. (Наследуется из DTSReadOnlyCollectionBase.)

В начало

Свойства

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

В начало