Freigeben über


IDTSInputColumnCachedInfo100.CachedDataType-Eigenschaft

Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

Gets or sets the cached data types.

Namespace:  Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly:  Microsoft.SqlServer.DTSPipelineWrap (in Microsoft.SqlServer.DTSPipelineWrap.dll)

Syntax

'Declaration
Property CachedDataType As DataType 
    Get 
    Set
'Usage
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)

Eigenschaftswert

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

Siehe auch

Verweis

IDTSInputColumnCachedInfo100 Schnittstelle

Microsoft.SqlServer.Dts.Pipeline.Wrapper-Namespace