共用方式為


IDTSBLOBObject100.Length 屬性

Gets the number of bytes stored in an IDTSBLOBObject100.

命名空間:  Microsoft.SqlServer.Dts.Pipeline.Wrapper
組件:  Microsoft.SqlServer.DTSPipelineWrap (在 Microsoft.SqlServer.DTSPipelineWrap.dll 中)

語法

'宣告
ReadOnly Property Length As Integer 
    Get
'用途
Dim instance As IDTSBLOBObject100 
Dim value As Integer 

value = instance.Length
int Length { get; }
property int Length {
    int get ();
}
abstract Length : int
function get Length () : int

屬性值

型別:System.Int32
An Integer that specifies the number of bytes stored in the binary large object (BLOB).

請參閱

參考

IDTSBLOBObject100 介面

Microsoft.SqlServer.Dts.Pipeline.Wrapper 命名空間