다음을 통해 공유


HResults 클래스

Contains all event messages and HRESULTs for the Integration Services runtime, pipeline, stock tasks, and stock transforms.

네임스페이스:  Microsoft.SqlServer.Dts.Runtime
어셈블리:  Microsoft.SqlServer.ManagedDTS.dll의 Microsoft.SqlServer.ManagedDTS

구문

‘선언
Public Class HResults
‘사용 방법
Dim instance As HResults
public class HResults
public ref class HResults
type HResults =  class end
public class HResults

주의

For a list of all the HRESULTs defined in this class that also includes the numeric values for each message in both hexadecimal and decimal format, see Integration Services 오류 및 메시지 참조.

The messages and HRESULTs follow a naming convention. Error HRESULTs begin with DTS_E_, and end with the description of the failed operation. Warning messages and HRESULTs begin with DTS_W_, and end with the description of the warning operation. Information messages and HRESULTs begin with DTS_I_, and end with the description of the operation. Success messages and HRESULTs begin with DTS_S_, and end with the description of the successful operation. Messages for the event log begin with DTS_MSG_, and end with the description of the message.

상속 계층 구조

System. . :: . .Object
  Microsoft.SqlServer.Dts.Runtime..::..HResults

스레드로부터의 안전성

이 형식의 모든 공용 static(Visual Basic에서는 Shared) 멤버는 스레드로부터 안전합니다. 인스턴스 멤버는 스레드로부터의 안전성이 보장되지 않습니다.