IDTSBLOBObject100 Interface
Used to read and write bytes to a column in an IDTSBuffer100 object.
Namespace: Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly: Microsoft.SqlServer.DTSPipelineWrap (in microsoft.sqlserver.dtspipelinewrap.dll)
Syntax
'Deklaracja
<GuidAttribute("3B470EDA-E435-4FF8-A470-AE6D11EC1F26")> _
<TypeLibTypeAttribute(4160)> _
Public Interface IDTSBLOBObject100
[GuidAttribute("3B470EDA-E435-4FF8-A470-AE6D11EC1F26")]
[TypeLibTypeAttribute(4160)]
public interface IDTSBLOBObject100
[GuidAttribute(L"3B470EDA-E435-4FF8-A470-AE6D11EC1F26")]
[TypeLibTypeAttribute(4160)]
public interface class IDTSBLOBObject100
/** @attribute GuidAttribute("3B470EDA-E435-4FF8-A470-AE6D11EC1F26") */
/** @attribute TypeLibTypeAttribute(4160) */
public interface IDTSBLOBObject100
GuidAttribute("3B470EDA-E435-4FF8-A470-AE6D11EC1F26")
TypeLibTypeAttribute(4160)
public interface IDTSBLOBObject100
Remarks
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.
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.
Target Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.