DacDeployOptions.IgnoreFilegroupPlacement 属性

定义

获取或设置一个布尔值,用于指定在比较源模型和目标模型时,是否不考虑文件组说明符。

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

属性值

如果忽略文件组说明符中的差异,则为 true;否则为 false。 默认为 true。

属性

适用于