Share via


IComponentErrorInfo.GetMessage Method

Returns a String that contains the error message, component, and the subcomponent, for each error.

Namespace:  Microsoft.SqlServer.Dts.Design
Assembly:  Microsoft.SqlServer.Dts.Design (in Microsoft.SqlServer.Dts.Design.dll)

Syntax

'Declaration
Function GetMessage As String
'Usage
Dim instance As IComponentErrorInfo 
Dim returnValue As String 

returnValue = instance.GetMessage()
string GetMessage()
String^ GetMessage()
abstract GetMessage : unit -> string
function GetMessage() : String

Return Value

Type: System.String
A String that contains the error message, component, and subcomponent.

See Also

Reference

IComponentErrorInfo Interface

GetMessage Overload

Microsoft.SqlServer.Dts.Design Namespace