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.