GetErrorMessage-Methode
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 (in Microsoft.SqlServer.Dts.Design.dll)
Syntax
'Declaration
Function GetErrorMessage As String
'Usage
Dim instance As IErrorCollectionService
Dim returnValue As String
returnValue = instance.GetErrorMessage()
string GetErrorMessage()
String^ GetErrorMessage()
abstract GetErrorMessage : unit -> string
function GetErrorMessage() : String