Свойство IComponentErrorInfo.Description

Returns the text of the message.

Пространство имен:  Microsoft.SqlServer.Dts.Design
Сборка:  Microsoft.SqlServer.Dts.Design (в Microsoft.SqlServer.Dts.Design.dll)

Синтаксис

'Декларация
ReadOnly Property Description As String 
    Get
'Применение
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

Значение свойства

Тип: System.String
A String containing the error message.

См. также

Справочник

IComponentErrorInfo Интерфейс

Пространство имен Microsoft.SqlServer.Dts.Design