共用方式為


DacExportOptions.TempDirectoryForTableData 屬性

定義

指定在寫入套件檔案之前,用於緩衝資料表資料的暫存目錄。

public string TempDirectoryForTableData { get; set; }
[Microsoft.SqlServer.Dac.OptionDescription(typeof(Microsoft.Data.Tools.Schema.Sql.CommandLine.CommandLineResources), "TempDirectoryForTableData")]
public string TempDirectoryForTableData { get; set; }
member this.TempDirectoryForTableData : string with get, set
[<Microsoft.SqlServer.Dac.OptionDescription(typeof(Microsoft.Data.Tools.Schema.Sql.CommandLine.CommandLineResources), "TempDirectoryForTableData")>]
member this.TempDirectoryForTableData : string with get, set
Public Property TempDirectoryForTableData As String

屬性值

臨時目錄的路徑。 如果為 Null 或空白,則預設值為使用者暫存資料夾。

屬性

適用於