IDTSBLOBObject100 接口

定义

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
属性

注解

IDTSBLOBObject100支持在 BLOB) (二进制大型对象中读取和写入字节。 添加到 对象的字节将存储在内存中, SpoolThreshold 直到到达 属性,然后写入临时文件。

托管组件开发人员不使用此对象, BlobColumn 而是使用 类。

属性

Length
SpoolThreshold

方法

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

适用于