Partager via


Propriété IDTSInputColumnCachedInfo100.CachedPrecision

Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.

Gets or sets the cached precision.

Espace de noms :  Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly :  Microsoft.SqlServer.DTSPipelineWrap (en Microsoft.SqlServer.DTSPipelineWrap.dll)

Syntaxe

'Déclaration
Property CachedPrecision As Integer 
    Get 
    Set
'Utilisation
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)

Valeur de propriété

Type : System.Int32
The cached precision.

Voir aussi

Référence

IDTSInputColumnCachedInfo100 Interface

Espace de noms Microsoft.SqlServer.Dts.Pipeline.Wrapper