此 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.