IDTSBreakpointTargets100 Interface

 

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

Provides properties and methods for working on a collection of IDTSBreakpointTarget100 objects.

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

[TypeLibTypeAttribute(TypeLibTypeFlags::FDual | TypeLibTypeFlags::FDispatchable)]
[GuidAttribute("29D2D495-CCBF-42C0-96D1-A80F69B99125")]
[DefaultMemberAttribute("Item")]
public interface class IDTSBreakpointTargets100 : 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 the item at the specified index.

NameDescription
System_CAPS_pubmethodGetEnumerator()

This API supports the product infrastructure and is not intended to be used directly from your code. Gets the enumerator that iterates through the collection.

For more information, see BreakpointTargets.

Return to top
Show: