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).