DacCompatibilityService Interface

SQL Server 2014
 

Provides events interface for message handling in the compatibility service.

Namespace:   Microsoft.SqlServer.Dac.Compatibility
Assembly:  Microsoft.SqlServer.Dac.Compatibility (in Microsoft.SqlServer.Dac.Compatibility.dll)

<GuidAttribute("85BB2921-FC27-4630-BA5F-C282ABAB8F89")>
Public Interface DacCompatibilityService
	Inherits IDacCompatibilityService

NameDescription
System_CAPS_pubmethodCancel()

Attempts to cancel the currently running operation.(Inherited from IDacCompatibilityService.)

System_CAPS_pubmethodGetAllValidSqlPackagePaths()

Looks up the valid SqlPackage paths found on disk and returns these to the caller. This is useful for diagnostic purposes.(Inherited from IDacCompatibilityService.)

System_CAPS_pubmethodRunAction(String, IDictionary, IDictionary, IDictionary)

Runs the specified Action.(Inherited from IDacCompatibilityService.)

System_CAPS_pubmethodSetSqlPackagePathToUse(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.)

NameDescription
System_CAPS_pubeventOnError

An error event, linked to IDacCompatibilityServiceEvents event sink.

System_CAPS_pubeventOnMessage

A message event, linked to IDacCompatibilityServiceEvents event sink.

System_CAPS_pubeventOnWarning

A warning event, linked to IDacCompatibilityServiceEvents event sink.

Return to top

Community Additions

ADD
Show: