다음을 통해 공유


GetErrorDescription 메서드

Gets the description of an internal Integration Services error code.

네임스페이스:  Microsoft.SqlServer.Dts.Pipeline.Wrapper
어셈블리:  Microsoft.SqlServer.DTSPipelineWrap.dll의 Microsoft.SqlServer.DTSPipelineWrap

구문

‘선언
Function GetErrorDescription ( _
    hrError As Integer _
) As String
‘사용 방법
Dim instance As IDTSComponentMetaData100
Dim hrError As Integer
Dim returnValue As String

returnValue = instance.GetErrorDescription(hrError)
string GetErrorDescription(
    int hrError
)
String^ GetErrorDescription(
    [InAttribute] int hrError
)
abstract GetErrorDescription : 
        hrError:int -> string 
function GetErrorDescription(
    hrError : int
) : String

매개 변수

반환 값

형식: System. . :: . .String
A String that contains the description of the specified error code.

주의

This method is called to retrieve the description of an error code defined by an Integration Services component. These are the error codes listed in Integration Services 오류 및 메시지 참조.