Поделиться через


Свойство 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