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

屬性值

String

字串,其中包含 blob 暫時寫入磁片的路徑。

實作

屬性

備註

當資料流程工作處理的資料行包含的 BLOB 資料大於系統上的可用記憶體時,它會暫時將資料從 BLOB 寫入檔案系統。 這個屬性會指定工作所使用之檔案系統上的位置。 您可以使用分號分隔目錄名稱,以指定多個目錄。 依預設,會使用 TEMP 環境變數所指定的目錄。

如需這個屬性的簡短討論,以及可以用來優化「資料流程」工作效能的相關屬性,請參閱 資料流程效能功能

適用於