DacCompatibilityService Interface
Provides events interface for message handling in the compatibility service.
Assembly: Microsoft.SqlServer.Dac.Compatibility (in Microsoft.SqlServer.Dac.Compatibility.dll)
| Name | Description | |
|---|---|---|
![]() | Cancel() | Attempts to cancel the currently running operation.(Inherited from IDacCompatibilityService.) |
![]() | GetAllValidSqlPackagePaths() | Looks up the valid SqlPackage paths found on disk and returns these to the caller. This is useful for diagnostic purposes.(Inherited from IDacCompatibilityService.) |
![]() | RunAction(String, IDictionary, IDictionary, IDictionary) | Runs the specified Action.(Inherited from IDacCompatibilityService.) |
![]() | SetSqlPackagePathToUse(String) | Sets a specific path to a SqlPackage.exe file. This will be used instead of the standard best match found by querying the registry for installed DacFx locations on disk.(Inherited from IDacCompatibilityService.) |
| Name | Description | |
|---|---|---|
![]() | OnError | An error event, linked to IDacCompatibilityServiceEvents event sink. |
![]() | OnMessage | A message event, linked to IDacCompatibilityServiceEvents event sink. |
![]() | OnWarning | A warning event, linked to IDacCompatibilityServiceEvents event sink. |

