Partilhar via


Método IErrorCollectionService.GetErrorMessage

Returns a String that contains a combined error message, which includes the error message, the 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 GetErrorMessage As String
'Uso
Dim instance As IErrorCollectionService 
Dim returnValue As String 

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

Valor de retorno

Tipo: System.String
The error message.

Consulte também

Referência

IErrorCollectionService Interface

Sobrecarregado GetErrorMessage

Namespace Microsoft.SqlServer.Dts.Design