DacExtractOptions.TempDirectoryForTableData Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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