IErrorReportingService Interface

 

Applies To: SQL Server 2016 Preview

Infrastructure. Not intended to be used from your code.

Namespace:   Microsoft.DataWarehouse.Design
Assembly:  Microsoft.DataWarehouse.Interfaces (in Microsoft.DataWarehouse.Interfaces.dll)

Syntax

[ComVisibleAttribute(true)]
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
[GuidAttribute("4E2E2126-C921-43a1-86F0-81B6B30ABC95")]
public interface IErrorReportingService
[ComVisibleAttribute(true)]
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
[GuidAttribute("4E2E2126-C921-43a1-86F0-81B6B30ABC95")]
public interface class IErrorReportingService
[<ComVisibleAttribute(true)>]
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
[<GuidAttribute("4E2E2126-C921-43a1-86F0-81B6B30ABC95")>]
type IErrorReportingService = interface end
<ComVisibleAttribute(True)>
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>
<GuidAttribute("4E2E2126-C921-43a1-86F0-81B6B30ABC95")>
Public Interface IErrorReportingService

Methods

Name Description
System_CAPS_pubmethod ReportError(Exception)

System_CAPS_pubmethod ReportError(String)

System_CAPS_pubmethod ReportError(String, Exception)

System_CAPS_pubmethod ReportError(String, Exception, String)

System_CAPS_pubmethod ShowPendingErrors()

See Also

Microsoft.DataWarehouse.Design Namespace

Return to top