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

他のすべてのデータ型では、Length は 0 になります。

Integration Services データ型とそのプロパティの詳細については、「 Integration Services データ型」を参照してください

適用対象