Share via


IComponentErrorInfo.Description Property

Returns the text of the message.

Namespace:  Microsoft.SqlServer.Dts.Design
Assembly:  Microsoft.SqlServer.Dts.Design (in Microsoft.SqlServer.Dts.Design.dll)

Syntax

'Declaration
ReadOnly Property Description As String 
    Get
'Usage
Dim instance As IComponentErrorInfo 
Dim value As String 

value = instance.Description
string Description { get; }
property String^ Description {
    String^ get ();
}
abstract Description : string
function get Description () : String

Property Value

Type: System.String
A String containing the error message.

See Also

Reference

IComponentErrorInfo Interface

Microsoft.SqlServer.Dts.Design Namespace