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.Sql2012
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)

[GuidAttribute("6100259D-1EEC-4B55-87C1-F80B05490856")]
[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 or sets the code page.

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 a 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 a 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.

Gets the number of decimal places contained in a cache column.

Return to top
Show: