IDTSOutputColumn100.Length 属性

定义

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

对于所有其他数据类型,长度为零。

有关 Integration Services 数据类型及其属性的详细信息,请参阅 Integration Services 数据类型

适用于