This documentation is archived and is not being maintained.
IDTSBuffer100 Interface
Namespace:
Microsoft.SqlServer.Dts.Pipeline.Wrapper.Sql2012Assembly:
Microsoft.SqlServer.DTSPipelineWrap (in Microsoft.SqlServer.DTSPipelineWrap.dll)
[GuidAttribute("62F50D4D-3EA5-4859-A606-95CA9FDDC356")]
[ComConversionLossAttribute]
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
public interface class IDTSBuffer100
| Name | Description |
|---|
 | AddBLOBData(Int32, Int32, Byte%, UInt32) | |
 | AddRow(IntPtr) | |
 | Clone(IDTSComponentMetaData100^) | |
 | DirectErrorRow(Int32, Int32, Int32, Int32) | |
 | DirectRow(Int32, Int32) | |
 | GetBLOBData(Int32, Int32, UInt32, Byte%, UInt32, UInt32%) | |
 | GetBLOBLength(Int32, Int32, UInt32%) | |
 | GetBLOBObject(Int32, Int32) | |
 | GetBLOBStream(Int32, Int32) | |
 | GetBoundaryInfo(UInt32%, UInt32%) | |
 | GetColumnCount() | |
 | GetColumnInfo(Int32, DTP_BUFFCOL%) | |
 | GetData(Int32, Int32) | |
 | GetDataByRef(Int32, Int32) | |
 | GetFlatMemory() | |
 | GetID() | |
 | GetManager() | |
 | GetRowCount() | |
 | GetRowDataBytes(Int32, Int32%, IntPtr) | |
 | GetRowStarts(UInt32, IntPtr) | |
 | GetStatus(Int32, Int32, UInt32%) | |
 | GetType() | |
 | IsEndOfRowset() | |
 | IsNull(Int32, Int32, Boolean%) | |
 | LockData() | |
 | MoveRow(Int32, Int32) | |
 | PrepareDataStatusForInsert(Int32) | |
 | RemoveRow(Int32) | |
 | ResetBLOBData(Int32, Int32) | |
 | SetBLOBFromObject(Int32, Int32, IDTSBLOBObject100^) | |
 | SetBLOBFromStream(Int32, Int32, ISequentialStream^) | |
 | SetData(Int32, Int32, DTP_VARIANT%) | |
 | SetEndOfRowset() | |
 | SetErrorInfo(Int32, Int32, Int32, Int32) | |
 | SetStatus(Int32, Int32, UInt32) | |
 | SwapRows(Int32, Int32) | |
 | UnlockData() | |
Return to top