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

屬性值

Int32

包含資料行長度的 整數

屬性

備註

下列資料類型需要 Length 屬性:

  • DT_WSTR

  • DT_BYTES

  • DT_STR

  • DT_TEXT

    若為所有其他資料類型,則長度為零。

    如需 Integration Services 資料類型和其屬性的詳細資訊,請參閱 Integration Services 資料類型

適用於