SqlDeployTask Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public class SqlDeployTask : Microsoft.Data.Tools.Schema.Tasks.Sql.SqlDeploymentTask
type SqlDeployTask = class
inherit SqlDeploymentTask
Public Class SqlDeployTask
Inherits SqlDeploymentTask
- Inheritance
Constructors
SqlDeployTask() |
Properties
Methods
AfterExecute(Boolean) | (Inherited from DataTask) |
BeforeExecute() | (Inherited from DataTask) |
Execute() | |
Execute() | (Inherited from DataTask) |
ExecuteTask() | |
ExecuteTask() | (Inherited from DataTask) |
Events
Canceled | (Inherited from DataTask) |
Explicit Interface Implementations
ICancelableTask.Cancel() | (Inherited from DataTask) |