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.

Namespace:   Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)

[DefaultMemberAttribute("Item")]
[TypeLibTypeAttribute(TypeLibTypeFlags::FDual | TypeLibTypeFlags::FDispatchable)]
[GuidAttribute("20DC5792-E39C-49DC-B8B2-8334809024DF")]
public interface class IDTSLogProviders100 : IEnumerable

NameDescription
System_CAPS_pubpropertyCount

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.

System_CAPS_pubpropertyItem[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.

NameDescription
System_CAPS_pubmethodAdd(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.

System_CAPS_pubmethodGetEnumerator()

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.

System_CAPS_pubmethodJoin(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.

System_CAPS_pubmethodRemove(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.

Return to top
Show: