Propriedade do RDL IDTSInputColumnCachedInfo100.CachedPrecision
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 precision.
Namespace: Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly: Microsoft.SqlServer.DTSPipelineWrap (em Microsoft.SqlServer.DTSPipelineWrap.dll)
Sintaxe
'Declaração
Property CachedPrecision As Integer
Get
Set
'Uso
Dim instance As IDTSInputColumnCachedInfo100
Dim value As Integer
value = instance.CachedPrecision
instance.CachedPrecision = value
int CachedPrecision { get; set; }
property int CachedPrecision {
int get ();
void set (int value);
}
abstract CachedPrecision : int with get, set
function get CachedPrecision () : int
function set CachedPrecision (value : int)
Valor da propriedade
Tipo: System.Int32
The cached precision.