IDTSConfigurations100 Interface

 

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

Represents a collection of IDTSConfiguration100 objects.

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

[GuidAttribute("2394F8D2-C9A1-488C-A63A-460898EBBC29")]
[DefaultMemberAttribute("Item")]
[TypeLibTypeAttribute(TypeLibTypeFlags::FDual | TypeLibTypeFlags::FDispatchable)]
public interface class IDTSConfigurations100 : 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 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 a IDTSConfiguration100 object from the collection.

NameDescription
System_CAPS_pubmethodAdd()

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

Adds a IDTSConfiguration100 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 iterating over the IDTSConfiguration100 collection.

System_CAPS_pubmethodInsertAfter(Object^, IDTSConfiguration100^)

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

Adds a IDTSConfiguration100 object into the collection after an existing IDTSConfiguration100 object.

System_CAPS_pubmethodInsertBefore(Object^, IDTSConfiguration100^)

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

Adds a IDTSConfiguration100 object into the collection before an existing IDTSConfiguration100 object.

System_CAPS_pubmethodMoveAfter(Object^, IDTSConfiguration100^)

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

Relocates a IDTSConfiguration100 object after an existing IDTSConfiguration100 object.

System_CAPS_pubmethodMoveBefore(Object^, IDTSConfiguration100^)

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

Relocates a IDTSConfiguration100 object in front of an existing IDTSConfiguration100 object.

System_CAPS_pubmethodRemove(Object^)

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

Removes an IDTSConfiguration100 object from the collection.

For more information, see Configurations.

Return to top
Show: