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 继承。)
受保护方法 Finalize (从 Object 继承。)
公共方法 GetHashCode Returns the hash code for this instance. (从 DtsObject 继承。)
公共方法 GetType (从 Object 继承。)
受保护方法 MemberwiseClone (从 Object 继承。)
公共方法 ToString (从 Object 继承。)

页首

线程安全

此类型的任何公共 static(在 Visual Basic 中为 Shared) 成员都是线程安全的。不保证所有实例成员都是线程安全的。