IDTSInputColumnCachedInfo100.CachedDataType Property

Definition

Gets or sets the cached data types.

public:
 property Microsoft::SqlServer::Dts::Runtime::Wrapper::DataType CachedDataType { Microsoft::SqlServer::Dts::Runtime::Wrapper::DataType get(); void set(Microsoft::SqlServer::Dts::Runtime::Wrapper::DataType value); };
[System.Runtime.InteropServices.DispId(135)]
public Microsoft.SqlServer.Dts.Runtime.Wrapper.DataType CachedDataType { [System.Runtime.InteropServices.DispId(135)] get; [System.Runtime.InteropServices.DispId(135)] set; }
[<System.Runtime.InteropServices.DispId(135)>]
[<get: System.Runtime.InteropServices.DispId(135)>]
[<set: System.Runtime.InteropServices.DispId(135)>]
member this.CachedDataType : Microsoft.SqlServer.Dts.Runtime.Wrapper.DataType with get, set
Public Property CachedDataType As DataType

Property Value

The cached data types.

Attributes

Applies to