Proprietà IDTSInputColumnCachedInfo100.CachedScale

Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.

Gets or sets the cached scale.

Spazio dei nomi  Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly:  Microsoft.SqlServer.DTSPipelineWrap (in Microsoft.SqlServer.DTSPipelineWrap.dll)

Sintassi

'Dichiarazione
Property CachedScale As Integer 
    Get 
    Set
'Utilizzo
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)

Valore proprietà

Tipo: System.Int32
The cached scale.

Vedere anche

Riferimento

IDTSInputColumnCachedInfo100 Interfaccia

Spazio dei nomi Microsoft.SqlServer.Dts.Pipeline.Wrapper