Propriedade do RDL IDTSInputColumnCachedInfo100.CachedScale
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 scale.
Namespace: Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly: Microsoft.SqlServer.DTSPipelineWrap (em Microsoft.SqlServer.DTSPipelineWrap.dll)
Sintaxe
'Declaração
Property CachedScale As Integer
Get
Set
'Uso
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)
Valor da propriedade
Tipo: System.Int32
The cached scale.