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 は 0 になります。

適用対象