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

[GuidAttribute("255752E8-3D6D-4B08-9CD3-5687068FE4D4")]
[DefaultMemberAttribute("Item")]
[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.

Return to top
Show: