DTSBufferHandlePresetValues Enumeration
Specifies a defined set of buffer handles.
Assembly: Microsoft.SqlServer.DTSPipelineWrap (in Microsoft.SqlServer.DTSPipelineWrap.dll)
| Member name | Description | |
|---|---|---|
| H_ALL | Specifies that the handle is for all rows or all columns in the IDTSBuffer100. |
This enumeration contains a single value, H_ALL, which specifies that either all row handles or all column handles in an IDTSBuffer100 are to be enumerated. H_ALL is typically provided to the SetStatus and PrepareDataStatusForInsert methods.
Show: