DacDeployOptions.IgnoreFilegroupPlacement Property

Definition

Get or set boolean that specifies whether to exclude the filegroup specifier from consideration when comparing the source and target model.

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

Property Value

True to ignore differences in the filegroup specifier; otherwise, false. Default is true.

Attributes

Applies to