SqlScriptDependenciesTask Class
This class supports the product infrastructure and is not intended to be used directly from your code.
Namespace: Microsoft.Data.Tools.Schema.Tasks.Sql
Assembly: Microsoft.Data.Tools.Schema.Tasks.Sql (in Microsoft.Data.Tools.Schema.Tasks.Sql.dll)
System.Object
Microsoft.Build.Utilities.Task
Microsoft.Data.Tools.Schema.Tasks.Sql.DataTask
Microsoft.Data.Tools.Schema.Tasks.Sql.SqlScriptDependenciesTask
public class SqlScriptDependenciesTask : DataTask
public ref class SqlScriptDependenciesTask : DataTask
type SqlScriptDependenciesTask =
class
inherit DataTask
end
Public Class SqlScriptDependenciesTask
Inherits DataTask
Name | Description | |
---|---|---|
![]() |
SqlScriptDependenciesTask() | Initializes a new instance of the SqlScriptDependenciesTask class. |
Name | Description | |
---|---|---|
![]() |
BuildEngine | (Inherited from Task.) |
![]() |
BuildEngine2 | (Inherited from Task.) |
![]() |
BuildEngine3 | (Inherited from Task.) |
![]() |
BuildEngine4 | (Inherited from Task.) |
![]() |
BuildExtensionConfiguration | |
![]() |
DependentFiles | This class supports the product infrastructure and is not intended to be used directly from your code. |
![]() |
DeploymentExtensionConfiguration | |
![]() |
HelpKeywordPrefix | (Inherited from Task.) |
![]() |
HostObject | (Inherited from Task.) |
![]() |
IsCanceled | Returns true if the task was canceled. This class supports the product infrastructure and is not intended to be used directly from your code.(Inherited from DataTask.) |
![]() |
Log | (Inherited from Task.) |
![]() |
PostdeployItem | This class supports the product infrastructure and is not intended to be used directly from your code. |
![]() |
PredeployItem | This class supports the product infrastructure and is not intended to be used directly from your code. |
![]() |
SqlCmdVariables | This class supports the product infrastructure and is not intended to be used directly from your code. |
![]() |
TaskResources | (Inherited from Task.) |
Name | Description | |
---|---|---|
![]() |
Equals(Object) | (Inherited from Object.) |
![]() |
Execute() | This class supports the product infrastructure and is not intended to be used directly from your code.(Overrides DataTask.Execute().) |
![]() |
Finalize() | (Inherited from Object.) |
![]() |
GetHashCode() | (Inherited from Object.) |
![]() |
GetType() | (Inherited from Object.) |
![]() |
MemberwiseClone() | (Inherited from Object.) |
![]() |
ToString() | (Inherited from Object.) |
Name | Description | |
---|---|---|
![]() |
Canceled | This class supports the product infrastructure and is not intended to be used directly from your code. Raised when the event is canceled.(Inherited from DataTask.) |
Name | Description | |
---|---|---|
![]() ![]() |
ICancelableTask.Cancel() | This class supports the product infrastructure and is not intended to be used directly from your code. Cancels the active operation.(Inherited from DataTask.) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Microsoft.Data.Tools.Schema.Tasks.Sql Namespace
Return to top