Share via


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 或空,则默认为 users 临时文件夹。

属性

适用于