Share via


DBDeployTask Class

Represents the deployment task.

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

Syntax

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

Inheritance Hierarchy

System.Object
  Microsoft.Build.Utilities.Task
    Microsoft.Data.Schema.Tasks.DBDeployTask
      Microsoft.Data.Schema.Tasks.SqlDeployTask

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

DBDeployTask Members

Microsoft.Data.Schema.Tasks Namespace