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

속성 값

Integer 시 파일에 쓰기 전에 메모리에 저장되는 바이트 수를 나타냅니다.

특성

설명

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

적용 대상