IDTSInputColumnCachedInfo100.CachedPrecision 属性

此 API 支持 SQL Server 2012 基础结构,但不能通过代码直接使用。

Gets or sets the cached precision.

命名空间:  Microsoft.SqlServer.Dts.Pipeline.Wrapper
程序集:  Microsoft.SqlServer.DTSPipelineWrap(在 Microsoft.SqlServer.DTSPipelineWrap.dll 中)

语法

声明
Property CachedPrecision As Integer 
    Get 
    Set
用法
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)

属性值

类型:System.Int32
The cached precision.

请参阅

参考

IDTSInputColumnCachedInfo100 接口

Microsoft.SqlServer.Dts.Pipeline.Wrapper 命名空间