Freigeben über


IComponentErrorInfo.GetMessage-Methode

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

Rückgabewert

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

Siehe auch

Verweis

IComponentErrorInfo Schnittstelle

GetMessage-Überladung

Microsoft.SqlServer.Dts.Design-Namespace