IDTSLogProviders100 Interface
This API supports the product infrastructure and is not intended to be used directly from your code.
Represents an interface of log providers.
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
| Name | Description | |
|---|---|---|
![]() | Count | This API supports the product infrastructure and is not intended to be used directly from your code. Gets the number or elements contained in the collection. |
![]() | Item[Object^] | This API supports the product infrastructure and is not intended to be used directly from your code. Gets a log provider object from the collection. |
| Name | Description | |
|---|---|---|
![]() | Add(String^) | This API supports the product infrastructure and is not intended to be used directly from your code. Adds the specified log provider to the end of the collection. |
![]() | GetEnumerator() | This API supports the product infrastructure and is not intended to be used directly from your code. Gets an IEnumerator for use in iterating over the IDTSLogProviders100 collection. |
![]() | Join(IDTSLogProvider100^) | This API supports the product infrastructure and is not intended to be used directly from your code. Joins a specified log provider to the collection. |
![]() | Remove(Object^) | This API supports the product infrastructure and is not intended to be used directly from your code. Removes a log provider object from the IDTSLogProviders100 collection. |
For more information, see LogProviders.

