IDTSInputColumnCachedInfo100 Interface

This API supports the SQL Server 2012 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
Assembly:  Microsoft.SqlServer.DTSPipelineWrap (in Microsoft.SqlServer.DTSPipelineWrap.dll)

Syntax

'Declaration
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
<GuidAttribute("200084D9-C38B-4D17-BD79-24665FDADE95")> _
Public Interface IDTSInputColumnCachedInfo100
'Usage
Dim instance As IDTSInputColumnCachedInfo100
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
[GuidAttribute("200084D9-C38B-4D17-BD79-24665FDADE95")]
public interface IDTSInputColumnCachedInfo100
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
[GuidAttribute(L"200084D9-C38B-4D17-BD79-24665FDADE95")]
public interface class IDTSInputColumnCachedInfo100
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
[<GuidAttribute("200084D9-C38B-4D17-BD79-24665FDADE95")>]
type IDTSInputColumnCachedInfo100 =  interface end
public interface IDTSInputColumnCachedInfo100

The IDTSInputColumnCachedInfo100 type exposes the following members.

Properties

  Name Description
Public property CachedCodePage Infrastructure. Gets or sets the cached code page.
Public property CachedComparisonFlags Infrastructure. Gets or sets the Cached comparison flags used.
Public property CachedDataType Infrastructure. Gets or sets the cached data types.
Public property CachedLength Infrastructure. Gets or sets the cached length.
Public property CachedName Infrastructure. Gets or sets the cached name.
Public property CachedPrecision Infrastructure. Gets or sets the cached precision.
Public property CachedScale Infrastructure. Gets or sets the cached scale.
Public property CachedSortKeyPosition Infrastructure. Gets or sets the cached key position.

Top

See Also

Reference

Microsoft.SqlServer.Dts.Pipeline.Wrapper Namespace