IDTSInputColumnCachedInfo100 Interface

 

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

Represents the IDTS input column cached information.

Namespace:   Microsoft.SqlServer.Dts.Pipeline.Wrapper.Sql2012
Assembly:  Microsoft.SqlServer.DTSPipelineWrap (in Microsoft.SqlServer.DTSPipelineWrap.dll)

[TypeLibTypeAttribute(TypeLibTypeFlags::FDual)]
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
[GuidAttribute("200084D9-C38B-4D17-BD79-24665FDADE95")]
public interface class IDTSInputColumnCachedInfo100

NameDescription
System_CAPS_pubpropertyCachedCodePage

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

Gets or sets the cached code page.

System_CAPS_pubpropertyCachedComparisonFlags

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

Gets or sets the Cached comparison flags used.

System_CAPS_pubpropertyCachedDataType

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

Gets or sets the cached data types.

System_CAPS_pubpropertyCachedLength

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

Gets or sets the cached length.

System_CAPS_pubpropertyCachedName

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

Gets or sets the cached name.

System_CAPS_pubpropertyCachedPrecision

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

Gets or sets the cached precision.

System_CAPS_pubpropertyCachedScale

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

Gets or sets the cached scale.

System_CAPS_pubpropertyCachedSortKeyPosition

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

Gets or sets the cached key position.

Return to top
Show: