Metodo GetMessage
Returns a String that contains the error message, component, and the subcomponent, for each error.
Spazio dei nomi Microsoft.SqlServer.Dts.Design
Assembly: Microsoft.SqlServer.Dts.Design (in Microsoft.SqlServer.Dts.Design.dll)
Sintassi
'Dichiarazione
Function GetMessage As String
'Utilizzo
Dim instance As IComponentErrorInfo
Dim returnValue As String
returnValue = instance.GetMessage()
string GetMessage()
String^ GetMessage()
abstract GetMessage : unit -> string
function GetMessage() : String
Valore restituito
Tipo: System. . :: . .String
A String that contains the error message, component, and subcomponent.
Vedere anche