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 命名空间