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