Compartir a través de


GetMessage Método

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

Espacio de nombres:  Microsoft.SqlServer.Dts.Design
Ensamblado:  Microsoft.SqlServer.Dts.Design (en Microsoft.SqlServer.Dts.Design.dll)

Sintaxis

'Declaración
Function GetMessage As String
'Uso
Dim instance As IComponentErrorInfo
Dim returnValue As String

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

Valor devuelto

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