Share via


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)

Inheritance Hierarchy

System.Object
  Microsoft.Build.Utilities.Task
    Microsoft.Data.Tools.Schema.Tasks.Sql.DataTask
      Microsoft.Data.Tools.Schema.Tasks.Sql.SqlScriptDependenciesTask

Syntax

C#
public class SqlScriptDependenciesTask : DataTask

Constructors

Name Description
System_CAPS_pubmethod SqlScriptDependenciesTask()

Initializes a new instance of the SqlScriptDependenciesTask class.

Properties

Name Description
System_CAPS_pubproperty BuildEngine

(Inherited from Task.)

System_CAPS_pubproperty BuildEngine2

(Inherited from Task.)

System_CAPS_pubproperty BuildEngine3

(Inherited from Task.)

System_CAPS_pubproperty BuildEngine4

(Inherited from Task.)

System_CAPS_pubproperty BuildExtensionConfiguration

System_CAPS_pubproperty DependentFiles

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

System_CAPS_pubproperty DeploymentExtensionConfiguration

System_CAPS_protproperty HelpKeywordPrefix

(Inherited from Task.)

System_CAPS_pubproperty HostObject

(Inherited from Task.)

System_CAPS_protproperty 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.)

System_CAPS_pubproperty Log

(Inherited from Task.)

System_CAPS_pubproperty PostdeployItem

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

System_CAPS_pubproperty PredeployItem

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

System_CAPS_pubproperty SqlCmdVariables

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

System_CAPS_protproperty TaskResources

(Inherited from Task.)

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_pubmethod Execute()

This class supports the product infrastructure and is not intended to be used directly from your code.(Overrides DataTask.Execute().)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

Events

Name Description
System_CAPS_protevent 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.)

Explicit Interface Implementations

Name Description
System_CAPS_pubinterfaceSystem_CAPS_privmethod 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.)

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

Microsoft.Data.Tools.Schema.Tasks.Sql Namespace

Return to top