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