言語

IDTSInputColumn100.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

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

適用対象