다음을 통해 공유


IDTSInputColumnCachedInfo100.CachedDataType 속성

이 API는 SQL Server 2012 인프라를 지원하기 위한 것으로 코드에서 직접 사용할 수 없습니다.

Gets or sets the cached data types.

네임스페이스:  Microsoft.SqlServer.Dts.Pipeline.Wrapper
어셈블리:  Microsoft.SqlServer.DTSPipelineWrap(Microsoft.SqlServer.DTSPipelineWrap.dll)

구문

‘선언
Property CachedDataType As DataType 
    Get 
    Set
‘사용 방법
Dim instance As IDTSInputColumnCachedInfo100 
Dim value As DataType 

value = instance.CachedDataType

instance.CachedDataType = value
DataType CachedDataType { get; set; }
property DataType CachedDataType {
    DataType get ();
    void set (DataType value);
}
abstract CachedDataType : DataType with get, set
function get CachedDataType () : DataType 
function set CachedDataType (value : DataType)

속성 값

유형: Microsoft.SqlServer.Dts.Runtime.Wrapper.DataType
The cached data types.

참고 항목

참조

IDTSInputColumnCachedInfo100 인터페이스

Microsoft.SqlServer.Dts.Pipeline.Wrapper 네임스페이스