MainPipeClass.BufferTempStoragePath 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
public:
virtual property System::String ^ BufferTempStoragePath { System::String ^ get(); void set(System::String ^ value); };
[System.Runtime.InteropServices.DispId(122)]
public virtual string BufferTempStoragePath { [System.Runtime.InteropServices.DispId(122)] get; [System.Runtime.InteropServices.DispId(122)] set; }
[<System.Runtime.InteropServices.DispId(122)>]
[<get: System.Runtime.InteropServices.DispId(122)>]
[<set: System.Runtime.InteropServices.DispId(122)>]
member this.BufferTempStoragePath : string with get, set
Public Overridable Property BufferTempStoragePath As String
屬性值
字串,指定工作用來暫時快取緩衝區資料的檔案系統位置。
實作
- 屬性
備註
您可以使用分號分隔目錄名稱,以指定多個目錄。 依預設,會使用 TEMP 環境變數所指定的目錄。
如需這個屬性的簡短討論,以及可以用來優化「資料流程」工作效能的相關屬性,請參閱 資料流程效能功能。