Condividi tramite


Metodo IErrorCollectionService.GetErrorMessage

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

Spazio dei nomi  Microsoft.SqlServer.Dts.Design
Assembly:  Microsoft.SqlServer.Dts.Design (in Microsoft.SqlServer.Dts.Design.dll)

Sintassi

'Dichiarazione
Function GetErrorMessage As String
'Utilizzo
Dim instance As IErrorCollectionService 
Dim returnValue As String 

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

Valore restituito

Tipo: System.String
The error message.

Vedere anche

Riferimento

IErrorCollectionService Interfaccia

Overload GetErrorMessage

Spazio dei nomi Microsoft.SqlServer.Dts.Design