Share via


DatabaseTestService.DeployDatabaseProject Method

Deploys the database project by using the settings of the user in the app.config file.

Namespace:  Microsoft.Data.Schema.UnitTesting
Assembly:  Microsoft.Data.Schema.UnitTesting (in Microsoft.Data.Schema.UnitTesting.dll)

Syntax

'Declaration
Public Overridable Sub DeployDatabaseProject
public virtual void DeployDatabaseProject()
public:
virtual void DeployDatabaseProject()
abstract DeployDatabaseProject : unit -> unit 
override DeployDatabaseProject : unit -> unit 
public function DeployDatabaseProject()

Remarks

Override this method in order to control database deployment behavior. For example, you might want to deploy to an Oracle database. These methods use the privileged context to deploy the database project.

.NET Framework Security

See Also

Reference

DatabaseTestService Class

DeployDatabaseProject Overload

Microsoft.Data.Schema.UnitTesting Namespace