MainPipeClass.BLOBTempStoragePath 속성

정의

public:
 virtual property System::String ^ BLOBTempStoragePath { System::String ^ get(); void set(System::String ^ value); };
[System.Runtime.InteropServices.DispId(121)]
public virtual string BLOBTempStoragePath { [System.Runtime.InteropServices.DispId(121)] get; [System.Runtime.InteropServices.DispId(121)] set; }
[<System.Runtime.InteropServices.DispId(121)>]
[<get: System.Runtime.InteropServices.DispId(121)>]
[<set: System.Runtime.InteropServices.DispId(121)>]
member this.BLOBTempStoragePath : string with get, set
Public Overridable Property BLOBTempStoragePath As String

속성 값

BLOB가 임시로 디스크에 쓰이는 경로를 포함하는 문자열 입니다.

구현

특성

설명

데이터 플로우 작업이 시스템 내 사용 가능한 메모리보다 큰 BLOB 데이터를 포함하는 열을 처리할 때, BLOB에서 파일 시스템으로 데이터를 일시적으로 기록합니다. 이 속성은 작업이 사용하는 파일 시스템 내 위치를 지정합니다. 디렉터리 이름을 세미콜론으로 구분하여 여러 디렉터리를 지정할 수 있습니다. 기본적으로 TEMP 환경 변수로 지정된 디렉터리가 사용됩니다.

이 속성과 Data Flow 작업의 성능을 최적화하는 데 사용할 수 있는 관련 속성에 대한 간략한 논의는 Data Flow Performance Features를 참조하세요.

적용 대상