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。

属性

适用于