Compartilhar via


Propriedade do RDL IComponentErrorInfo.Description

Returns the text of the message.

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

Sintaxe

'Declaração
ReadOnly Property Description As String 
    Get
'Uso
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

Valor da propriedade

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

Consulte também

Referência

IComponentErrorInfo Interface

Namespace Microsoft.SqlServer.Dts.Design