Share via


SqlSchemaDeploymentOptions.EnforceMinimalDependencies Property

Gets or sets a value that indicates whether only minimal dependencies should be enforced 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 EnforceMinimalDependencies As Boolean
public bool EnforceMinimalDependencies { get; set; }
public:
property bool EnforceMinimalDependencies {
    bool get ();
    void set (bool value);
}
member EnforceMinimalDependencies : bool with get, set
function get EnforceMinimalDependencies () : boolean
function set EnforceMinimalDependencies (value : boolean)

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

SqlSchemaDeploymentOptions Class

Microsoft.Data.Schema.Sql.Build Namespace