Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Specifies a defined set of buffer handles.
Namespace: Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly: Microsoft.SqlServer.DTSPipelineWrap (in Microsoft.SqlServer.DTSPipelineWrap.dll)
Syntax
'Declaration
Public Enumeration DTSBufferHandlePresetValues
'Usage
Dim instance As DTSBufferHandlePresetValues
public enum DTSBufferHandlePresetValues
public enum class DTSBufferHandlePresetValues
type DTSBufferHandlePresetValues
public enum DTSBufferHandlePresetValues
Members
| Member name | Description | |
|---|---|---|
| H_ALL | 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.