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

    その他のデータ型では、長さはゼロです。

    統合サービスのデータ型およびそのプロパティの詳細については、「 統合サービスデータ型」をご覧ください。

適用対象