Propriété IDTSInputColumnCachedInfo100.CachedDataType
Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.
Gets or sets the cached data types.
Espace de noms : Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly : Microsoft.SqlServer.DTSPipelineWrap (en Microsoft.SqlServer.DTSPipelineWrap.dll)
Syntaxe
'Déclaration
Property CachedDataType As DataType
Get
Set
'Utilisation
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)
Valeur de propriété
Type : Microsoft.SqlServer.Dts.Runtime.Wrapper.DataType
The cached data types.