IDTSOutputColumn100.Length プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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
その他のすべてのデータ型の長さは 0 です。
Integration Services データ型とそのプロパティの詳細については、「 Integration Services データ型」を参照してください。