SelectedLogProviders Methods

Include Protected Members
Include Inherited Members

The SelectedLogProviders type exposes the following members.

Methods

  Name Description
Public method Add Adds the specified log provider object, LogProvider, to the end of the collection.
Public method Contains Specifies whether an item can be retrieved from the SelectedLogProviders collection using indexing without throwing an exception.
Public method CopyTo Copies the entire DTSReadOnlyCollectionBase to a compatible one-dimensional array, starting at the specified index of the target array. (Inherited from DTSReadOnlyCollectionBase.)
Protected method CreateManagedObject Infrastructure. (Inherited from DTSReadOnlyCollectionBase.)
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Protected method GetCount Infrastructure. (Inherited from DTSReadOnlyCollectionBase.)
Public method GetEnumerator Returns a LogProviderEnumerator for use in iterating over the SelectedLogProviders collection.
Public method GetHashCode (Inherited from Object.)
Protected method GetManagedEnumerator Infrastructure. (Inherited from DTSReadOnlyCollectionBase.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method Remove Removes a LogProvider object from the SelectedLogProviders collection.
Public method ToString (Inherited from Object.)

Top