IUserPromptService.ReportError Method (String)
Applies To: SQL Server 2016 Preview
Namespace: Microsoft.DataWarehouse.Design
Assembly: Microsoft.DataWarehouse.Interfaces (in Microsoft.DataWarehouse.Interfaces.dll)
Syntax
void ReportError(
string description
)
void ReportError(
String^ description
)
abstract ReportError :
description:string -> unit
Sub ReportError (
description As String
)
Parameters
- description
Type: System.String
See Also
ReportError Overload
IUserPromptService Interface
Microsoft.DataWarehouse.Design Namespace
Return to top