DacExtractOptions.TempDirectoryForTableData Property

Definition

Specifies the temporary directory used to buffer table data before being written to the package file.

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

Property Value

The path to the temporary directory. If null or empty, the default is the users temporary folder.

Attributes

Applies to