SqlDeployTask Class

This class supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Namespace:  Microsoft.VisualStudio.TeamSystem.Data.Tasks
Assembly:  Microsoft.VisualStudio.TeamSystem.Data.Tasks (in Microsoft.VisualStudio.TeamSystem.Data.Tasks.dll)

Syntax

'Declaration
Public Class SqlDeployTask _
    Inherits SqlTaskBase
'Usage
Dim instance As SqlDeployTask
public class SqlDeployTask : SqlTaskBase
public ref class SqlDeployTask : public SqlTaskBase
public class SqlDeployTask extends SqlTaskBase

Remarks

For more information about how you can build and deploy your database project at the command line, see the following:

Inheritance Hierarchy

System.Object
  Microsoft.Build.Utilities.Task
    Microsoft.VisualStudio.TeamSystem.Data.Tasks.SqlTaskBase
      Microsoft.VisualStudio.TeamSystem.Data.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

SqlDeployTask Members

Microsoft.VisualStudio.TeamSystem.Data.Tasks Namespace