Share via


ISchemaDeploymentController.UpdateDatabase Method

When implemented in a derived class, uses the value of the Deployment property to update the target database by using the provided plan.

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

Syntax

'Declaration
Sub UpdateDatabase ( _
    plan As DeploymentPlan _
)
void UpdateDatabase(
    DeploymentPlan plan
)
void UpdateDatabase(
    DeploymentPlan^ plan
)
abstract UpdateDatabase : 
        plan:DeploymentPlan -> unit 
function UpdateDatabase(
    plan : DeploymentPlan
)

Parameters

.NET Framework Security

See Also

Reference

ISchemaDeploymentController Interface

Microsoft.Data.Schema.Build Namespace

SchemaDeploymentUpdateDatabase(DeploymentPlan)

Deployment

DeploymentPlan