IDTSVirtualInputColumn100.Length 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获得一列长度。
public:
property int Length { int get(); };
[System.Runtime.InteropServices.DispId(102)]
public int Length { [System.Runtime.InteropServices.DispId(102)] get; }
[<System.Runtime.InteropServices.DispId(102)>]
[<get: System.Runtime.InteropServices.DispId(102)>]
member this.Length : int
Public ReadOnly Property Length As Integer
属性值
列的长度。
- 属性
注解
对该属性的修改不会在上游列或虚拟列中持久化。 当从虚拟列创建新输入列时,新列的长度属性与该值相匹配。
该 Length 属性适用于以下数据类型。
DT_WSTR
DT_BYTES
DT_STR
DT_TEXT
对于所有其他数据类型,都是 Length 零。