OverrideDBConfiguration Property
Override database configuration with imported schema settings
Namespace: Microsoft.VisualStudio.Data.Tools.Package.Internal
Assembly: Microsoft.VisualStudio.Data.Tools.Package (in Microsoft.VisualStudio.Data.Tools.Package.dll)
Syntax
'Declaration
Public Property OverrideDBConfiguration As Boolean
Get
Friend Set
'Usage
Dim instance As OAImportDatabase
Dim value As Boolean
value = instance.OverrideDBConfiguration
public bool OverrideDBConfiguration { get; internal set; }
public:
property bool OverrideDBConfiguration {
bool get ();
internal: void set (bool value);
}
member OverrideDBConfiguration : bool with get, internal set
function get OverrideDBConfiguration () : boolean
internal function set OverrideDBConfiguration (value : boolean)
Property Value
Type: System..::..Boolean
See Also
Reference
Microsoft.VisualStudio.Data.Tools.Package.Internal Namespace