GetMessage 메서드 (Boolean)
Returns a String that contains the error message.
네임스페이스: Microsoft.SqlServer.Dts.Design
어셈블리: Microsoft.SqlServer.Dts.Design.dll의 Microsoft.SqlServer.Dts.Design
구문
‘선언
Function GetMessage ( _
descriptionOnly As Boolean _
) As String
‘사용 방법
Dim instance As IComponentErrorInfo
Dim descriptionOnly As Boolean
Dim returnValue As String
returnValue = instance.GetMessage(descriptionOnly)
string GetMessage(
bool descriptionOnly
)
String^ GetMessage(
bool descriptionOnly
)
abstract GetMessage :
descriptionOnly:bool -> string
function GetMessage(
descriptionOnly : boolean
) : String
매개 변수
- descriptionOnly
형식: System. . :: . .Boolean
A Boolean that indicates whether the error message only is returned, or the error message plus component and subcomponent information.
반환 값
형식: System. . :: . .String
When true, a String that contains the error message. When false, a String that contains the error message, component and subcomponent information.