Share via


DBSetupDeployTask Class

Represents the deployment setup tasks.

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

Syntax

'Declaration
Public Class DBSetupDeployTask _
    Inherits Task
'Usage
Dim instance As DBSetupDeployTask
public class DBSetupDeployTask : Task
public ref class DBSetupDeployTask : public Task
public class DBSetupDeployTask extends Task

Inheritance Hierarchy

System.Object
  Microsoft.Build.Utilities.Task
    Microsoft.Data.Schema.Tasks.DBSetupDeployTask
      Microsoft.Data.Schema.Tasks.SqlSetupDeployTask

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

DBSetupDeployTask Members

Microsoft.Data.Schema.Tasks Namespace