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.