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


Интерфейс IDTSBLOBObject100

Used to read and write bytes to a column in an IDTSBuffer100 object.

Пространство имен:  Microsoft.SqlServer.Dts.Pipeline.Wrapper
Сборка:  Microsoft.SqlServer.DTSPipelineWrap (в Microsoft.SqlServer.DTSPipelineWrap.dll)

Синтаксис

'Декларация
<GuidAttribute("888C05E0-CB2E-4984-B963-A4B24550B014")> _
Public Interface IDTSBLOBObject100
'Применение
Dim instance As IDTSBLOBObject100
[GuidAttribute("888C05E0-CB2E-4984-B963-A4B24550B014")]
public interface IDTSBLOBObject100
[GuidAttribute(L"888C05E0-CB2E-4984-B963-A4B24550B014")]
public interface class IDTSBLOBObject100
[<GuidAttribute("888C05E0-CB2E-4984-B963-A4B24550B014")>]
type IDTSBLOBObject100 =  interface end
public interface IDTSBLOBObject100

Тип IDTSBLOBObject100 обеспечивает доступ к следующим элементам.

Свойства

  Имя Описание
Открытое свойство Length Gets the number of bytes stored in an IDTSBLOBObject100.
Открытое свойство SpoolThreshold Gets or sets the number of bytes to store in memory before writing to a temporary file.

В начало

Методы

  Имя Описание
Открытый метод AddData Adds bytes to an IDTSBLOBObject100 object.
Открытый метод GetData Retrieves the specified number of bytes from an IDTSBLOBObject100 object.
Открытый метод GetStream Gets an IStream object that can be used to read or write bytes in an IDTSBLOBObject100.
Открытый метод PutData Adds bytes in a specific location in the IDTSBLOBObject100
Открытый метод ResetData Empties the bytes stored by an IDTSBLOBObject100.
Открытый метод SetFromStream Adds bytes to an IDTSBLOBObject100 from an ISequentialStream object.

В начало

Замечания

The IDTSBLOBObject100 provides support for reading and writing bytes in a binary large object (BLOB). The bytes added to the object are stored in memory until the SpoolThreshold property is reached, and then are written to a temporary file.

Managed component developers do not use this object but instead use the BlobColumn class.

См. также

Справочник

Пространство имен Microsoft.SqlServer.Dts.Pipeline.Wrapper