DtsWarning 클래스

Contains the properties used when a warning occurs. This class cannot be inherited.

상속 계층

System.Object
  Microsoft.SqlServer.Dts.Runtime.DtsObject
    Microsoft.SqlServer.Dts.Runtime.DtsWarning

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

구문

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

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

속성

  이름 설명
공용 속성 Description Gets or sets the text of the warning message.
공용 속성 HelpContext Gets or sets the identifier of the topic in the Help file.
공용 속성 HelpFile Gets or sets a String expression that contains the fully qualified path to a Help file.
공용 속성 IDOfInterfaceWithWarning Gets or sets the GUID of the interface that is throwing the warning.
공용 속성 Source Gets or sets a String that contains the GUID of the interface that caused the error.
공용 속성 SubComponent Gets or sets a string that identifies the submodule within a source.
공용 속성 TimeStamp Returns a TimeStamp that indicates when the warning occurred.
공용 속성 WarningCode Gets or sets an Integer that identifies the warning message.

맨 위로 이동

메서드

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

맨 위로 이동

스레드 보안

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

참고 항목

참조

Microsoft.SqlServer.Dts.Runtime 네임스페이스