Share via


OverrideDbConfiguration Property

Gets or sets whether override DB configuration

Namespace:  Microsoft.VisualStudio.Data.Tools.Package.Project
Assembly:  Microsoft.VisualStudio.Data.Tools.Package (in Microsoft.VisualStudio.Data.Tools.Package.dll)

Syntax

'Declaration
Public Property OverrideDbConfiguration As Boolean
    Get
    Set
'Usage
Dim instance As ImportSettingsBase
Dim value As Boolean

value = instance.OverrideDbConfiguration

instance.OverrideDbConfiguration = value
public bool OverrideDbConfiguration { get; set; }
public:
property bool OverrideDbConfiguration {
    bool get ();
    void set (bool value);
}
member OverrideDbConfiguration : bool with get, set
function get OverrideDbConfiguration () : boolean
function set OverrideDbConfiguration (value : boolean)

Property Value

Type: System..::..Boolean

See Also

Reference

ImportSettingsBase Class

Microsoft.VisualStudio.Data.Tools.Package.Project Namespace