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.