Compartilhar via


Propriedade do RDL IDTSInputColumnCachedInfo100.CachedDataType

Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.

Gets or sets the cached data types.

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

Sintaxe

'Declaração
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 da propriedade

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

Consulte também

Referência

IDTSInputColumnCachedInfo100 Interface

Namespace Microsoft.SqlServer.Dts.Pipeline.Wrapper