言語

IDTSVirtualInputColumn100.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 はゼロです。

適用対象