共用方式為


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 命名空間