IDTSPipeline90.DefaultBufferSize Property
Gets or sets the default size of the IDTSBuffer90 objects created by the task.
네임스페이스: Microsoft.SqlServer.Dts.Pipeline.Wrapper
어셈블리: Microsoft.SqlServer.DTSPipelineWrap (in microsoft.sqlserver.dtspipelinewrap.dll)
구문
‘선언
<DispIdAttribute(120)> _
Property DefaultBufferSize As Integer
[DispIdAttribute(120)]
int DefaultBufferSize { get; set; }
[DispIdAttribute(120)]
property int DefaultBufferSize {
int get ();
void set ([InAttribute] int plDefaultBufferSize);
}
/** @property */
/** @attribute DispIdAttribute(120) */
int get_DefaultBufferSize ()
/** @property */
/** @attribute DispIdAttribute(120) */
void set_DefaultBufferSize (/** @attribute InAttribute() */ int plDefaultBufferSize)
DispIdAttribute(120)
function get DefaultBufferSize () : int
DispIdAttribute(120)
function set DefaultBufferSize (plDefaultBufferSize : int)
속성 값
An integer that contains the default size, in bytes, of the IDTSBuffer90 objects created by the task.
주의
업데이트된 텍스트:2006년 7월 17일
The default value of this property is 10 megabytes, with a maximum of 100 megabytes.
For a brief discussion of this property and related properties that can be used to optimize the performance of the Data Flow task, see 패키지 성능 문제 해결.
스레드 보안
Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
플랫폼
개발 플랫폼
지원되는 플랫폼 목록은 SQL Server 2005 설치를 위한 하드웨어 및 소프트웨어 요구 사항을 참조하십시오.
대상 플랫폼
지원되는 플랫폼 목록은 SQL Server 2005 설치를 위한 하드웨어 및 소프트웨어 요구 사항을 참조하십시오.
참고 항목
참조
IDTSPipeline90 Interface
IDTSPipeline90 Members
Microsoft.SqlServer.Dts.Pipeline.Wrapper Namespace