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. |
맨 위로 이동