IDTSSelectedLogProviders100 Interface

 

This API supports the product infrastructure and is not intended to be used directly from your code.

Defines an interface for a collection of selected IDTSLogProvider100 objects.

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

[GuidAttribute("7E557A9B-E978-414F-B27F-3E96EE33DB4E")]
[TypeLibTypeAttribute(TypeLibTypeFlags::FDual | TypeLibTypeFlags::FDispatchable)]
[DefaultMemberAttribute("Item")]
public interface class IDTSSelectedLogProviders100 : 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 of 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 an IDTSLogProvider100 object from the collection.

NameDescription
System_CAPS_pubmethodAdd(IDTSLogProvider100^)

This API supports the product infrastructure and is not intended to be used directly from your code.

Adds the specified IDTSLogProvider100 object 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.

Returns an enumerator for use in iterating over the collection.

System_CAPS_pubmethodRemove(Object^)

This API supports the product infrastructure and is not intended to be used directly from your code.

Removes an IDTSLogProvider100 object from the collection.

For more information, see SelectedLogProviders.

Return to top
Show: