Método IComponentErrorInfo.GetMessage
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 (em Microsoft.SqlServer.Dts.Design.dll)
Sintaxe
'Declaração
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 de retorno
Tipo: System.String
A String that contains the error message, component, and subcomponent.