Proprietà IDTSInputColumnCachedInfo100.CachedDataType

Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.

Gets or sets the cached data types.

Spazio dei nomi  Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly:  Microsoft.SqlServer.DTSPipelineWrap (in Microsoft.SqlServer.DTSPipelineWrap.dll)

Sintassi

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

Valore proprietà

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

Vedere anche

Riferimento

IDTSInputColumnCachedInfo100 Interfaccia

Spazio dei nomi Microsoft.SqlServer.Dts.Pipeline.Wrapper