다음을 통해 공유


DTSBufferFlags Enumeration

Contains values that are used to register a buffer with the IDTSBufferManager90 object.

네임스페이스: Microsoft.SqlServer.Dts.Pipeline.Wrapper
어셈블리: Microsoft.SqlServer.DTSPipelineWrap (in microsoft.sqlserver.dtspipelinewrap.dll)

구문

‘선언
Public Enumeration DTSBufferFlags
public enum DTSBufferFlags
public enum class DTSBufferFlags
public enum DTSBufferFlags
public enum DTSBufferFlags

Members

Member name Description
BUFF_INIT Specifies that the columns in new buffers of this type are initialized with zeros.
BUFF_NOOLEDB Specifies that the buffer does not contain status information in its rows.

주의

The values in this enumeration are provided to the RegisterBufferType method to control how the columns in the registered buffer type are initialized, whether status information is stored for each column in the buffer, and whether the data flow task is notified when the buffer becomes full.

If the BUFF_NOOLEDB value is not set, the memory size of a buffer is reduced because space for column status is not allocated for each column in the buffer. The memory savings equals the size of the status value, times the number of rows in the buffer, times the number of columns in a row.

플랫폼

개발 플랫폼

지원되는 플랫폼 목록은 SQL Server 2005 설치를 위한 하드웨어 및 소프트웨어 요구 사항을 참조하십시오.

대상 플랫폼

지원되는 플랫폼 목록은 SQL Server 2005 설치를 위한 하드웨어 및 소프트웨어 요구 사항을 참조하십시오.

참고 항목

참조

Microsoft.SqlServer.Dts.Pipeline.Wrapper Namespace