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

[TypeLibTypeAttribute(TypeLibTypeFlags::FDual)]
[GuidAttribute("FD59CC97-C2FA-4F50-8A0D-84906A79BCD1")]
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
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: