DTSBufferHandlePresetValues Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies a defined set of buffer handles.
public enum class DTSBufferHandlePresetValues
public enum DTSBufferHandlePresetValues
type DTSBufferHandlePresetValues =
Public Enum DTSBufferHandlePresetValues
- Inheritance
-
DTSBufferHandlePresetValues
Fields
Name | Value | Description |
---|---|---|
H_ALL | -1 | Specifies that the handle is for all rows or all columns in the IDTSBuffer100. |
Remarks
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.