DacDeployOptions.PopulateFilesOnFileGroups 속성

정의

배포 원본에 정의된 파일 그룹에 대해 파일이 제공되는지 여부를 지정하는 부울을 얻거나 설정합니다.

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

속성 값

True이면 파일 그룹에 대한 파일을 지정합니다. 그렇지 않으면 false입니다. 기본값은 true입니다.

특성

적용 대상