IDTSBLOBObject100.SpoolThreshold 속성

정의

public:
 property int SpoolThreshold { int get(); void set(int value); };
[System.Runtime.InteropServices.DispId(102)]
public int SpoolThreshold { [System.Runtime.InteropServices.DispId(102)] get; [System.Runtime.InteropServices.DispId(102)] set; }
[<System.Runtime.InteropServices.DispId(102)>]
[<get: System.Runtime.InteropServices.DispId(102)>]
[<set: System.Runtime.InteropServices.DispId(102)>]
member this.SpoolThreshold : int with get, set
Public Property SpoolThreshold As Integer

속성 값

임시 파일에 쓰기 전에 메모리에 저장된 바이트 수를 나타내는 정수 입니다.

특성

설명

메모리에 기록되는 바이트 수가 SpoolThreshold와 같으면, 디스크 IDTSBLOBObject100 의 임시 파일에 쓰기 시작합니다. 바이트가 객체에 추가된 후에는 이 속성은 변경할 수 없습니다.

적용 대상