IDTSInputColumnCachedInfo100.CachedPrecision Propiedad
Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.
Gets or sets the cached precision.
Espacio de nombres: Microsoft.SqlServer.Dts.Pipeline.Wrapper
Ensamblado: Microsoft.SqlServer.DTSPipelineWrap (en Microsoft.SqlServer.DTSPipelineWrap.dll)
Sintaxis
'Declaración
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 de la propiedad
Tipo: System.Int32
The cached precision.