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 임시 파일에 쓰기 시작합니다. 바이트를 개체에 추가한 후에는 이 속성을 변경할 수 없습니다.

적용 대상