다음을 통해 공유


DacExtractOptions.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이거나 비어 있는 경우 기본값은 사용자 임시 폴더입니다.

특성

적용 대상