IDTSConnectionManagerCacheColumn100 Interface

 

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

For more information, see ConnectionManager.

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

[GuidAttribute("1864301A-85CF-46FD-BBFC-6BF058B87E8C")]
[TypeLibTypeAttribute(TypeLibTypeFlags::FDual | TypeLibTypeFlags::FDispatchable)]
public interface class IDTSConnectionManagerCacheColumn100

NameDescription
System_CAPS_pubpropertyCodePage

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

Gets the character set used to interpret the data contained in a column.

System_CAPS_pubpropertyDataType

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

Gets the data type of the cache column.

System_CAPS_pubpropertyIndexPosition

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

Gets the index position.

System_CAPS_pubpropertyLength

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

Gets the length of the cache column.

System_CAPS_pubpropertyPrecision

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

Gets the total number of digits contained in a cache column.

System_CAPS_pubpropertyScale

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

Specifies the scale.

Return to top
Show: