다음을 통해 공유


IDTSBLOBObject90 Interface

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

네임스페이스: Microsoft.SqlServer.Dts.Pipeline.Wrapper
어셈블리: Microsoft.SqlServer.DTSPipelineWrap (in microsoft.sqlserver.dtspipelinewrap.dll)

구문

‘선언
<GuidAttribute("FE5B9D3B-A6BB-4C3A-949F-84EB473EDBCA")> _
<TypeLibTypeAttribute(4160)> _
Public Interface IDTSBLOBObject90
[GuidAttribute("FE5B9D3B-A6BB-4C3A-949F-84EB473EDBCA")] 
[TypeLibTypeAttribute(4160)] 
public interface IDTSBLOBObject90
[GuidAttribute(L"FE5B9D3B-A6BB-4C3A-949F-84EB473EDBCA")] 
[TypeLibTypeAttribute(4160)] 
public interface class IDTSBLOBObject90
/** @attribute GuidAttribute("FE5B9D3B-A6BB-4C3A-949F-84EB473EDBCA") */ 
/** @attribute TypeLibTypeAttribute(4160) */ 
public interface IDTSBLOBObject90
GuidAttribute("FE5B9D3B-A6BB-4C3A-949F-84EB473EDBCA") 
TypeLibTypeAttribute(4160) 
public interface IDTSBLOBObject90

주의

The IDTSBLOBObject90 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.

플랫폼

개발 플랫폼

지원되는 플랫폼 목록은 SQL Server 2005 설치를 위한 하드웨어 및 소프트웨어 요구 사항을 참조하십시오.

대상 플랫폼

지원되는 플랫폼 목록은 SQL Server 2005 설치를 위한 하드웨어 및 소프트웨어 요구 사항을 참조하십시오.

참고 항목

참조

IDTSBLOBObject90 Members
Microsoft.SqlServer.Dts.Pipeline.Wrapper Namespace