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
若為所有其他資料類型,則長度為零。
如需 Integration Services 資料類型和其屬性的詳細資訊,請參閱 Integration Services 資料類型。