Share via


DeploymentExecutor Class

Represents a deployment contributor that executes the deployment plan.

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

Syntax

'Declaration
Public MustInherit Class DeploymentExecutor _
    Inherits PlanContributor
'Usage
Dim instance As DeploymentExecutor
public abstract class DeploymentExecutor : PlanContributor
public ref class DeploymentExecutor abstract : public PlanContributor
public abstract class DeploymentExecutor extends PlanContributor
[<AbstractClassAttribute>]
type DeploymentExecutor =  
    class
        inherit PlanContributor
    end

Inheritance Hierarchy

System.Object
  Microsoft.Data.Schema.Build.DeploymentContributor
    Microsoft.Data.Schema.Build.PlanContributor
      Microsoft.Data.Schema.Build.DeploymentExecutor
        Microsoft.Data.Schema.Build.DeploymentScriptGenerator
        Microsoft.Data.Schema.Sql.Build.SqlDeployDatabaseExecutor

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

DeploymentExecutor Members

Microsoft.Data.Schema.Build Namespace