IDTSConnectionManagerCacheColumns100 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 IDTSConnectionManagerCacheColumn100 objects.

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

[TypeLibTypeAttribute(TypeLibTypeFlags::FDual | TypeLibTypeFlags::FDispatchable)]
[GuidAttribute("C7DE154D-0A55-4193-8AA8-715A30262A28")]
[DefaultMemberAttribute("Item")]
public interface class IDTSConnectionManagerCacheColumns100 : 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 specified column in the collection.

NameDescription
System_CAPS_pubmethodAdd()

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

Creates a new column in the collection.

System_CAPS_pubmethodGetEnumerator()

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

Gets an enumerator that iterates through the collection.

System_CAPS_pubmethodRemove(Object^)

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

Removes the specified column from the collection.

Return to top
Show: