IDTSBLOBObject100 Interface

Definition

public interface class IDTSBLOBObject100
[System.Runtime.InteropServices.Guid("2AD26418-B53F-4C80-973E-23A9FD13F05F")]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
public interface IDTSBLOBObject100
[<System.Runtime.InteropServices.Guid("2AD26418-B53F-4C80-973E-23A9FD13F05F")>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
type IDTSBLOBObject100 = interface
Public Interface IDTSBLOBObject100
Attributes

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.

Properties

Length
SpoolThreshold

Methods

AddData(Byte, UInt32)
GetData(UInt32, Byte, UInt32, UInt32)
GetStream()
PutData(UInt32, Byte, UInt32, UInt32)
ResetData()
SetFromStream(ISequentialStream)

Applies to