IDTSBLOBObject100.Length 属性

定义

获取 IDTSBLOBObject100 中存储的字节数。

public:
 property int Length { int get(); };
[System.Runtime.InteropServices.DispId(101)]
public int Length { [System.Runtime.InteropServices.DispId(101)] get; }
[<System.Runtime.InteropServices.DispId(101)>]
[<get: System.Runtime.InteropServices.DispId(101)>]
member this.Length : int
Public ReadOnly Property Length As Integer

属性值

一个整数,指定存储在二进制大型对象中的字节数 (BLOB) 。

属性

适用于