DacCompatibilityServiceClass Class

SQL Server 2014
 

Provides an implementation of the IDacCompatibilityService.

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

System.Object
  Microsoft.SqlServer.Dac.Compatibility.Impl.DacCompatibilityServiceClass

<GuidAttribute("FDA71632-483C-4C9B-AE16-241418AAD00B")>
<ClassInterfaceAttribute(ClassInterfaceType.None)>
<ComVisibleAttribute(True)>
Public NotInheritable Class DacCompatibilityServiceClass
	Implements DacCompatibilityService, IDacCompatibilityService

NameDescription
System_CAPS_pubmethodDacCompatibilityServiceClass()

Initializes a new instance of the DacCompatibilityServiceClass class.

NameDescription
System_CAPS_pubmethodCancel()

Attempts to cancel the currently running operation.

System_CAPS_pubmethodEquals(Object)

(Inherited from Object.)

System_CAPS_pubmethodGetAllValidSqlPackagePaths()

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

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodRunAction(String, IDictionary, IDictionary, IDictionary)

Runs the specified action.

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.

System_CAPS_pubmethodToString()

(Inherited from Object.)

NameDescription
System_CAPS_pubeventOnError

Occurs when a method gets an error during execution.

System_CAPS_pubeventOnMessage

Occurs when a message is received.

System_CAPS_pubeventOnWarning

Occurs when a method gets a warning during execution.

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top

Community Additions

ADD
Show: