IDTSConnectionManagerFlatFileColumns100 Interface

 

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

[DefaultMemberAttribute("Item")]
[TypeLibTypeAttribute(TypeLibTypeFlags::FDual | TypeLibTypeFlags::FDispatchable)]
[GuidAttribute("783A0BE2-F6D1-4D9A-8595-C26494F511C3")]
public interface class IDTSConnectionManagerFlatFileColumns100 : 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 an IDTSConnectionManagerFlatFileColumn100 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.

Creates and adds an IDTSConnectionManagerFlatFileColumn100 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 IDTSConnectionManagerFlatFileColumns100 collection.

System_CAPS_pubmethodMoveAfter(Object^, IDTSConnectionManagerFlatFileColumn100^)

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

Relocates an IDTSConnectionManagerFlatFileColumn100 object after an existing IDTSConnectionManagerFlatFileColumn100 object.

System_CAPS_pubmethodMoveBefore(Object^, IDTSConnectionManagerFlatFileColumn100^)

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

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

System_CAPS_pubmethodRemove(Object^)

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

Removes an IDTSConnectionManagerFlatFileColumn100 object from the collection.

Return to top
Show: