다음을 통해 공유


DtsError 클래스

Contains information about an error that occurred during execution. This class cannot be inherited.

상속 계층

System. . :: . .Object
  Microsoft.SqlServer.Dts.Runtime. . :: . .DtsObject
    Microsoft.SqlServer.Dts.Runtime..::..DtsError

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

구문

‘선언
Public NotInheritable Class DtsError _
    Inherits DtsObject
‘사용 방법
Dim instance As DtsError
public sealed class DtsError : DtsObject
public ref class DtsError sealed : public DtsObject
[<SealedAttribute>]
type DtsError =  
    class
        inherit DtsObject
    end
public final class DtsError extends DtsObject

DtsError 유형에서 다음 멤버를 표시합니다.

속성

  이름 설명
공용 속성 Description Gets or sets a text description for the error.
공용 속성 ErrorCode Gets or sets an error code that identifies the error.
공용 속성 HelpContext Gets or sets the Help context ID.
공용 속성 HelpFile Gets or sets the name of the Help file.
공용 속성 IDOfInterfaceWithError Gets or sets the name of the interface that raised the error.
공용 속성 Source Gets or sets the identifier of the object that caused the event.
공용 속성 SubComponent Gets or sets the subcomponent that raised the error.
공용 속성 TimeStamp Returns the timestamp for when the error occurred. This value is read-only.

맨 위로 이동

메서드

  이름 설명
공용 메서드 Equals Determines whether two object instances are equal. (DtsObject에서 상속됨)
보호된 메서드 Finalize (Object에서 상속됨)
공용 메서드 GetHashCode Returns the hash code for this instance. (DtsObject에서 상속됨)
공용 메서드 GetType (Object에서 상속됨)
보호된 메서드 MemberwiseClone (Object에서 상속됨)
공용 메서드 ToString (Object에서 상속됨)

맨 위로 이동

주의

The collection of errors that occur is found in the DtsErrors collection. This class inherits from DtsObject.

스레드 보안

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