IDTSErrors100 Interface

 

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

Represents a collection of IDTSError100 objects.

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

[DefaultMemberAttribute("Item")]
[GuidAttribute("A8EAEA8B-AEAA-4B0E-B3F2-A6F18B45C45D")]
[TypeLibTypeAttribute(TypeLibTypeFlags::FDual | TypeLibTypeFlags::FDispatchable)]
public interface class IDTSErrors100 : 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 IDTSError100 object from the collection.

NameDescription
System_CAPS_pubmethodClear()

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

Clears the property settings of the IDTSError100 object.

System_CAPS_pubmethodGetEnumerator()

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

Returns an IEnumerator that can iterate through the collection.

For more information, see DtsErrors.

Return to top
Show: