IDTSBLOBObject100 接口

定义

public interface class IDTSBLOBObject100
[System.Runtime.InteropServices.Guid("888C05E0-CB2E-4984-B963-A4B24550B014")]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
public interface IDTSBLOBObject100
[<System.Runtime.InteropServices.Guid("888C05E0-CB2E-4984-B963-A4B24550B014")>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
type IDTSBLOBObject100 = interface
Public Interface IDTSBLOBObject100
属性

注解

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

托管组件开发者不使用该对象,而是使用 BlobColumn 类。

适用于