共用方式為


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 命名空間