IDTSInputColumnCachedInfo100.CachedScale Property
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Gets or sets the cached scale.
Namespace: Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly: Microsoft.SqlServer.DTSPipelineWrap (in Microsoft.SqlServer.DTSPipelineWrap.dll)
Syntax
'Declaration
Property CachedScale As Integer
Get
Set
'Usage
Dim instance As IDTSInputColumnCachedInfo100
Dim value As Integer
value = instance.CachedScale
instance.CachedScale = value
int CachedScale { get; set; }
property int CachedScale {
int get ();
void set (int value);
}
abstract CachedScale : int with get, set
function get CachedScale () : int
function set CachedScale (value : int)
Property Value
Type: System.Int32
The cached scale.