Compartir a través de


Description Propiedad

Returns the text of the message.

Espacio de nombres:  Microsoft.SqlServer.Dts.Design
Ensamblado:  Microsoft.SqlServer.Dts.Design (en Microsoft.SqlServer.Dts.Design.dll)

Sintaxis

'Declaración
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 de la propiedad

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