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.Sql2012
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)

[TypeLibTypeAttribute(TypeLibTypeFlags::FDual | TypeLibTypeFlags::FDispatchable)]
[DefaultMemberAttribute("Item")]
[GuidAttribute("DEDCA1C9-C2B4-45D1-9EFC-8FCF91278C45")]
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: