Share via


SqlSchemaDeploymentOptions.IgnoreFilegroupPlacement Property

Gets or sets a value that indicates whether the placement of objects in filegroups should be ignored when schemas are compared.

Namespace:  Microsoft.Data.Schema.Sql.Build
Assembly:  Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)

Syntax

'Declaration
Public Property IgnoreFilegroupPlacement As Boolean
public bool IgnoreFilegroupPlacement { get; set; }
public:
property bool IgnoreFilegroupPlacement {
    bool get ();
    void set (bool value);
}
member IgnoreFilegroupPlacement : bool with get, set
function get IgnoreFilegroupPlacement () : boolean
function set IgnoreFilegroupPlacement (value : boolean)

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

SqlSchemaDeploymentOptions Class

Microsoft.Data.Schema.Sql.Build Namespace