Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
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)
Property Value
Type: Microsoft.SqlServer.Dts.Runtime.Wrapper.DataType
The cached data types.