Compartir a través de


IDTSInputColumnCachedInfo100.CachedDataType Propiedad

Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.

Gets or sets the cached data types.

Espacio de nombres:  Microsoft.SqlServer.Dts.Pipeline.Wrapper
Ensamblado:  Microsoft.SqlServer.DTSPipelineWrap (en Microsoft.SqlServer.DTSPipelineWrap.dll)

Sintaxis

'Declaración
Property CachedDataType As DataType 
    Get 
    Set
'Uso
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)

Valor de la propiedad

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

Vea también

Referencia

IDTSInputColumnCachedInfo100 Interfaz

Espacio de nombres Microsoft.SqlServer.Dts.Pipeline.Wrapper