IDTSInputColumnCachedInfo100.CachedLength 属性

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

Gets or sets the cached length.

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

语法

声明
Property CachedLength As Integer 
    Get 
    Set
用法
Dim instance As IDTSInputColumnCachedInfo100 
Dim value As Integer 

value = instance.CachedLength

instance.CachedLength = value
int CachedLength { get; set; }
property int CachedLength {
    int get ();
    void set (int value);
}
abstract CachedLength : int with get, set
function get CachedLength () : int 
function set CachedLength (value : int)

属性值

类型:System.Int32
The cached length.

请参阅

参考

IDTSInputColumnCachedInfo100 接口

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