Udostępnij za pośrednictwem


IDTSInputColumnCachedInfo100.CachedPrecision Property

This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.

Gets or sets the cached precision.

Namespace:  Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly:  Microsoft.SqlServer.DTSPipelineWrap (in Microsoft.SqlServer.DTSPipelineWrap.dll)

Syntax

'Declaration
Property CachedPrecision As Integer 
    Get 
    Set
'Usage
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)

Property Value

Type: System.Int32
The cached precision.

See Also

Reference

IDTSInputColumnCachedInfo100 Interface

Microsoft.SqlServer.Dts.Pipeline.Wrapper Namespace