次の方法で共有


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

プロパティ値

列の長さを含む整数型 ( Integer ) の値を指定します。

属性

注釈

Length プロパティは、次のデータ型に必要です。

  • DT_WSTR

  • DT_WSTR

  • DT_STR

  • DT_TEXT

その他のすべてのデータ型の場合、長さは 0 です。

適用対象