Udostępnij przez


IDTSBuffer100 Members

Represents an in-memory, two-dimensional storage object that contains rows and columns.

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

Public Methods

  Name Description
Bb523556.pubmethod(pl-pl,SQL.100).gif AddBLOBData Appends byte data to a column in an IDTSBuffer100.
Bb523556.pubmethod(pl-pl,SQL.100).gif AddRow Adds a new row to an IDTSBuffer100 object.
Bb523556.pubmethod(pl-pl,SQL.100).gif Clone Creates a private copy of an IDTSBuffer100 object.
Bb523556.pubmethod(pl-pl,SQL.100).gif DirectErrorRow Sends a row in an IDTSBuffer100 object to an IDTSOutput100 whose IsErrorOut property is true.
Bb523556.pubmethod(pl-pl,SQL.100).gif DirectRow Sends a row in an IDTSBuffer100 to an IDTSOutput100.
Bb523556.pubmethod(pl-pl,SQL.100).gif GetBLOBData Retrieves an array of bytes from a binary large object (BLOB) stored in a column of a IDTSBuffer100.
Bb523556.pubmethod(pl-pl,SQL.100).gif GetBLOBLength Gets the number of bytes contained in a column in an IDTSBuffer100.
Bb523556.pubmethod(pl-pl,SQL.100).gif GetBLOBObject Gets an IDTSBLOBObject100 that is used to read and write the bytes in a column in an IDTSBuffer100.
Bb523556.pubmethod(pl-pl,SQL.100).gif GetBLOBStream Gets an IStream interface used to access the binary large object (BLOB) stored in a column in an IDTSBuffer100.
Bb523556.pubmethod(pl-pl,SQL.100).gif GetBoundaryInfo Gets the number of columns and the maximum number of rows that an IDTSBuffer100 can hold.
Bb523556.pubmethod(pl-pl,SQL.100).gif GetColumnCount Gets the number of columns in an IDTSBuffer100.
Bb523556.pubmethod(pl-pl,SQL.100).gif GetColumnInfo Gets the DTP_BUFFCOL structure for the specified column in an IDTSBuffer100.
Bb523556.pubmethod(pl-pl,SQL.100).gif GetData Retrieves the data stored in a specified row and column of a IDTSBuffer100.
Bb523556.pubmethod(pl-pl,SQL.100).gif GetDataByRef (Feature deprecated, see Remarks.) Gets a pointer to the data stored in a column in an IDTSBuffer100.
Bb523556.pubmethod(pl-pl,SQL.100).gif GetFlatMemory Gets a pointer to the bytes stored by an IDTSBuffer100.
Bb523556.pubmethod(pl-pl,SQL.100).gif GetID Retrieves the ID of a buffer.
Bb523556.pubmethod(pl-pl,SQL.100).gif GetManager Gets a buffer manager.
Bb523556.pubmethod(pl-pl,SQL.100).gif GetRowCount Gets the number of rows stored in an IDTSBuffer100.
Bb523556.pubmethod(pl-pl,SQL.100).gif GetRowDataBytes (Feature deprecated, see Remarks.) Gets a pointer to the start of a row in an IDTSBuffer100.
Bb523556.pubmethod(pl-pl,SQL.100).gif GetRowStarts (Feature deprecated, see Remarks.) Use the GetData or GetBLOBData method instead of the GetRowStarts method.
Bb523556.pubmethod(pl-pl,SQL.100).gif GetStatus Retrieves the status information of a column in an IDTSBuffer100.
Bb523556.pubmethod(pl-pl,SQL.100).gif GetType Gets the handle of a buffer type.
Bb523556.pubmethod(pl-pl,SQL.100).gif IsEndOfRowset Specifies whether an IDTSBuffer100 has reached the end of its collection of rows.
Bb523556.pubmethod(pl-pl,SQL.100).gif IsNull Checks whether a specified column is null.
Bb523556.pubmethod(pl-pl,SQL.100).gif LockData Locks the data in an IDTSBuffer100.
Bb523556.pubmethod(pl-pl,SQL.100).gif MoveRow Moves a row in an IDTSBuffer100 to a new location.
Bb523556.pubmethod(pl-pl,SQL.100).gif PrepareDataStatusForInsert Sets the status value of the columns in a range of rows.
Bb523556.pubmethod(pl-pl,SQL.100).gif RemoveRow Deletes a row from an IDTSBuffer100.
Bb523556.pubmethod(pl-pl,SQL.100).gif ResetBLOBData Deletes the bytes stored in a column in an IDTSBuffer100.
Bb523556.pubmethod(pl-pl,SQL.100).gif SetBLOBFromObject Assigns the data contained in an IDTSBLOBObject100 to a column in an IDTSBuffer100.
Bb523556.pubmethod(pl-pl,SQL.100).gif SetBLOBFromStream Assigns data to a binary large object (BLOB) column from a sequential stream.
Bb523556.pubmethod(pl-pl,SQL.100).gif SetData Assigns data to a column in an IDTSBuffer100.
Bb523556.pubmethod(pl-pl,SQL.100).gif SetEndOfRowset Notifies an IDTSBufferManager100 that the component has finished adding rows to an output IDTSBuffer100 object.
Bb523556.pubmethod(pl-pl,SQL.100).gif SetErrorInfo Sets the error information for a row.
Bb523556.pubmethod(pl-pl,SQL.100).gif SetStatus Sets the status information of a column in an IDTSBuffer100.
Bb523556.pubmethod(pl-pl,SQL.100).gif SwapRows Swaps the location of two rows in an IDTSBuffer100.
Bb523556.pubmethod(pl-pl,SQL.100).gif UnlockData Unlocks the data in an IDTSBuffer100 object.

Top