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
public enum DTSBufferHandlePresetValues
public enum class DTSBufferHandlePresetValues
public enum DTSBufferHandlePresetValues
public enum DTSBufferHandlePresetValues
Members
| Member name | Description |
|---|---|
| H_ALL | Specifies that the handle is for all rows or all columns in the IDTSBuffer90. |
Remarks
This enumeration contains a single value, H_ALL, which specifies that either all row handles or all column handles in an IDTSBuffer90 are to be enumerated. H_ALL is typically provided to the SetStatus and PrepareDataStatusForInsert methods.
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.
Target Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.