Share via


IDacCompatibilityServiceEvents Interface

 

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)

Syntax

[GuidAttribute("6C74126D-EBD6-4C8C-8B73-81C4D8FF2203")]
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
public interface IDacCompatibilityServiceEvents
[GuidAttribute("6C74126D-EBD6-4C8C-8B73-81C4D8FF2203")]
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
public interface class IDacCompatibilityServiceEvents
[<GuidAttribute("6C74126D-EBD6-4C8C-8B73-81C4D8FF2203")>]
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
type IDacCompatibilityServiceEvents = interface end
<GuidAttribute("6C74126D-EBD6-4C8C-8B73-81C4D8FF2203")>
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>
Public Interface IDacCompatibilityServiceEvents

Methods

Name Description
System_CAPS_pubmethod OnError(String)

Sends out error messages from the service

System_CAPS_pubmethod OnMessage(String)

Sends out standard messages from the service

System_CAPS_pubmethod OnWarning(String)

Sends out warning messages from the service

See Also

Microsoft.SqlServer.Dac.Compatibility Namespace

Return to top