다음을 통해 공유


IDTSBLOBObject90 Members

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

The following tables list the members exposed by the IDTSBLOBObject90 type.

Public Properties

  이름 Description
ms211473.pubproperty(ko-kr,SQL.90).gif Length Gets the number of bytes stored in an IDTSBLOBObject90.
ms211473.pubproperty(ko-kr,SQL.90).gif SpoolThreshold Gets or sets the number of bytes to store in memory before writing to a temporary file.

위쪽

Public Methods

  이름 Description
ms211473.pubmethod(ko-kr,SQL.90).gif AddData Adds bytes to an IDTSBLOBObject90 object.
ms211473.pubmethod(ko-kr,SQL.90).gif GetData Retrieves the specified number of bytes from an IDTSBLOBObject90 object.
ms211473.pubmethod(ko-kr,SQL.90).gif GetStream Gets an IStream object that can be used to read or write bytes in an IDTSBLOBObject90.
ms211473.pubmethod(ko-kr,SQL.90).gif PutData Adds bytes in a specific location in the IDTSBLOBObject90
ms211473.pubmethod(ko-kr,SQL.90).gif ResetData Empties the bytes stored by an IDTSBLOBObject90.
ms211473.pubmethod(ko-kr,SQL.90).gif SetFromStream Adds bytes to an IDTSBLOBObject90 from an ISequentialStream object.

위쪽

참고 항목

참조

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