次の方法で共有


IComponentErrorInfo.Description プロパティ

メッセージのテキストを返します。

名前空間:  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
エラー メッセージを表す String です。

関連項目

参照

IComponentErrorInfo インターフェイス

Microsoft.SqlServer.Dts.Design 名前空間