Метод GetMessage
Returns a String that contains the error message, component, and the subcomponent, for each error.
Пространство имен: Microsoft.SqlServer.Dts.Design
Сборка: Microsoft.SqlServer.Dts.Design (в Microsoft.SqlServer.Dts.Design.dll)
Синтаксис
'Декларация
Function GetMessage As String
'Применение
Dim instance As IComponentErrorInfo
Dim returnValue As String
returnValue = instance.GetMessage()
string GetMessage()
String^ GetMessage()
abstract GetMessage : unit -> string
function GetMessage() : String
Возвращаемое значение
Тип System. . :: . .String
A String that contains the error message, component, and subcomponent.