IErrorCollectionService.GetErrorMessage 方法

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

命名空间:  Microsoft.SqlServer.Dts.Design
程序集:  Microsoft.SqlServer.Dts.Design(在 Microsoft.SqlServer.Dts.Design.dll 中)

语法

声明
Function GetErrorMessage As String
用法
Dim instance As IErrorCollectionService 
Dim returnValue As String 

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

返回值

类型:System.String
The error message.

请参阅

参考

IErrorCollectionService 接口

GetErrorMessage 重载

Microsoft.SqlServer.Dts.Design 命名空间