Microsoft.SqlServer.Dac.Compatibility Namespace

 

Interfaces

Interface Description
System_CAPS_pubinterface DacCompatibilityService

Provides events interface for message handling in the compatibility service.

System_CAPS_pubinterface IDacCompatibilityService

Provides a COM service that supports similar actions to the DacServices API. The key difference is that the API is actually a wrapper on SqlPackage.exe, and that it is not bound to a particular version of DacFx or SQL. It will detect the highest installed version on disk and run commands using that version. Note that all inputs must be compatible with the SqlPackage.exe specification. This specifies a number of parameters for each action (some required, some optional), optional properties that can be defined, and for some actions supports specifying SQLCMD variables as inputs. For further information on what is and is not supported please review the SqlPackage.exe documentation on MSDN.

System_CAPS_pubinterface IDacCompatibilityServiceEvents

Events interface for message handling in the compatibility service

Delegates

Delegate Description
System_CAPS_pubdelegate MessageDelegate

Delegate for messaging events

Return to top