IDTSExecutables100 Interface

 

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

Represents a collection of IDTSExecutable100 objects.

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

[TypeLibTypeAttribute(TypeLibTypeFlags::FDual | TypeLibTypeFlags::FDispatchable)]
[GuidAttribute("965E514F-202F-4BC9-B2ED-10217A364B5B")]
[DefaultMemberAttribute("Item")]
public interface class IDTSExecutables100 : 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 IDTSExecutable100 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 a new container or task object to the collection.

System_CAPS_pubmethodContains(Object^)

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

Determines whether the items in the collection can be accessed using the index as the parameter.

System_CAPS_pubmethodGetEnumerator()

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

Returns an enumerator that can iterate through the collection.

System_CAPS_pubmethodJoin(IDTSExecutable100^)

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

Adds an existing container or task object 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 an IDTSExecutable100 object from the collection.

For more information, see Executables.

Return to top
Show: