Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 | |
---|---|---|
![]() |
CachedCodePage | Infrastructure. Gets or sets the cached code page. |
![]() |
CachedComparisonFlags | Infrastructure. Gets or sets the Cached comparison flags used. |
![]() |
CachedDataType | Infrastructure. Gets or sets the cached data types. |
![]() |
CachedLength | Infrastructure. Gets or sets the cached length. |
![]() |
CachedName | Infrastructure. Gets or sets the cached name. |
![]() |
CachedPrecision | Infrastructure. Gets or sets the cached precision. |
![]() |
CachedScale | Infrastructure. Gets or sets the cached scale. |
![]() |
CachedSortKeyPosition | Infrastructure. Gets or sets the cached key position. |
Top