Delen via


SqlSchemaDeploymentOptions.IgnoreUserSettingsObjects Property

Gets or sets a value that indicates whether the user settings objects 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 IgnoreUserSettingsObjects As Boolean
public bool IgnoreUserSettingsObjects { get; set; }
public:
property bool IgnoreUserSettingsObjects {
    bool get ();
    void set (bool value);
}
member IgnoreUserSettingsObjects : bool with get, set
function get IgnoreUserSettingsObjects () : boolean
function set IgnoreUserSettingsObjects (value : boolean)

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

SqlSchemaDeploymentOptions Class

Microsoft.Data.Schema.Sql.Build Namespace