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

 

This namespace contains the MSBuild tasks for SQL Server Data Tools.

Classes

Class Description
System_CAPS_pubclass ClrApi

This type must be public to interact with the CLR symbol components (COM).

System_CAPS_pubclass DataTask

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

Represents an asynchronous operation.

System_CAPS_pubclass SqlBuildTask

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

System_CAPS_pubclass SqlDeploymentTask

Base class for publish and deploy operations.

System_CAPS_pubclass SqlDeployTask

MSBuild task associated with deploy target in Microsoft.Data.Tools.Schema.SqlTasks.targets

System_CAPS_pubclass SqlFindDeploymentScriptTask

This task finds the script specified in the ScriptNameToFind property by looking through all the items specified in ScriptsToSearch. If found, it returns the full path to the first script found via the FoundScriptPath property

System_CAPS_pubclass SqlModelResolutionTask

Task that examines the model, if present, and ensures resolution has completed. If resolve candidates exist, a fake item is added to the "Include" property in order to trigger a (re-)build. (Fix #748294)

System_CAPS_pubclass SqlPublishTask

Represents an MSBuild task associated with publish target in Microsoft.Data.Tools.Schema.SqlTasks.targets

System_CAPS_pubclass SqlSchemaCompareTask

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

System_CAPS_pubclass SqlScriptDependenciesTask

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

System_CAPS_pubclass SqlStaticCodeAnalysisTask

Static code analysis task for Sql Server

Interfaces

Interface Description
System_CAPS_pubinterface ClrApi.IMetadataImportPrivateComVisible

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

Return to top