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. |
页首