Compartir a través de


IDTSInputColumnCachedInfo100.CachedScale 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 scale.

Espacio de nombres:  Microsoft.SqlServer.Dts.Pipeline.Wrapper
Ensamblado:  Microsoft.SqlServer.DTSPipelineWrap (en Microsoft.SqlServer.DTSPipelineWrap.dll)

Sintaxis

'Declaración
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 de la propiedad

Tipo: System.Int32
The cached scale.

Vea también

Referencia

IDTSInputColumnCachedInfo100 Interfaz

Espacio de nombres Microsoft.SqlServer.Dts.Pipeline.Wrapper