IDTSInputColumnCachedInfo100 接口

此 API 支持 SQL Server 2012 基础结构,但不能通过代码直接使用。

Represents the IDTS input column cached information.

命名空间:  Microsoft.SqlServer.Dts.Pipeline.Wrapper
程序集:  Microsoft.SqlServer.DTSPipelineWrap(在 Microsoft.SqlServer.DTSPipelineWrap.dll 中)

语法

声明
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
<GuidAttribute("200084D9-C38B-4D17-BD79-24665FDADE95")> _
Public Interface IDTSInputColumnCachedInfo100
用法
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

IDTSInputColumnCachedInfo100 类型公开以下成员。

属性

  名称 说明
公共属性 CachedCodePage 基础结构。Gets or sets the cached code page.
公共属性 CachedComparisonFlags 基础结构。Gets or sets the Cached comparison flags used.
公共属性 CachedDataType 基础结构。Gets or sets the cached data types.
公共属性 CachedLength 基础结构。Gets or sets the cached length.
公共属性 CachedName 基础结构。Gets or sets the cached name.
公共属性 CachedPrecision 基础结构。Gets or sets the cached precision.
公共属性 CachedScale 基础结构。Gets or sets the cached scale.
公共属性 CachedSortKeyPosition 基础结构。Gets or sets the cached key position.

页首

请参阅

参考

Microsoft.SqlServer.Dts.Pipeline.Wrapper 命名空间