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.