Udostępnij przez


IDTSBLOBObject100 Members

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

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

Public Properties

  Name Description
Bb511508.pubproperty(pl-pl,SQL.100).gif Length Gets the number of bytes stored in an IDTSBLOBObject100.
Bb511508.pubproperty(pl-pl,SQL.100).gif SpoolThreshold Gets or sets the number of bytes to store in memory before writing to a temporary file.

Top

Public Methods

  Name Description
Bb511508.pubmethod(pl-pl,SQL.100).gif AddData Adds bytes to an IDTSBLOBObject100 object.
Bb511508.pubmethod(pl-pl,SQL.100).gif GetData Retrieves the specified number of bytes from an IDTSBLOBObject100 object.
Bb511508.pubmethod(pl-pl,SQL.100).gif GetStream Gets an IStream object that can be used to read or write bytes in an IDTSBLOBObject100.
Bb511508.pubmethod(pl-pl,SQL.100).gif PutData Adds bytes in a specific location in the IDTSBLOBObject100
Bb511508.pubmethod(pl-pl,SQL.100).gif ResetData Empties the bytes stored by an IDTSBLOBObject100.
Bb511508.pubmethod(pl-pl,SQL.100).gif SetFromStream Adds bytes to an IDTSBLOBObject100 from an ISequentialStream object.

Top