Share via


Classe DtsWarning

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

Hiérarchie d'héritage

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

Espace de noms :  Microsoft.SqlServer.Dts.Runtime
Assembly :  Microsoft.SqlServer.ManagedDTS (en Microsoft.SqlServer.ManagedDTS.dll)

Syntaxe

'Déclaration
Public NotInheritable Class DtsWarning _
    Inherits DtsObject
'Utilisation
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

Le type DtsWarning expose les membres suivants.

Propriétés

  Nom Description
Propriété publique Description Gets or sets the text of the warning message.
Propriété publique HelpContext Gets or sets the identifier of the topic in the Help file.
Propriété publique HelpFile Gets or sets a String expression that contains the fully qualified path to a Help file.
Propriété publique IDOfInterfaceWithWarning Gets or sets the GUID of the interface that is throwing the warning.
Propriété publique Source Gets or sets a String that contains the GUID of the interface that caused the error.
Propriété publique SubComponent Gets or sets a string that identifies the submodule within a source.
Propriété publique TimeStamp Returns a TimeStamp that indicates when the warning occurred.
Propriété publique WarningCode Gets or sets an Integer that identifies the warning message.

Haut de la page

Méthodes

  Nom Description
Méthode publique Equals Determines whether two object instances are equal. (hérité de DtsObject.)
Méthode protégée Finalize (hérité de Object.)
Méthode publique GetHashCode Returns the hash code for this instance. (hérité de DtsObject.)
Méthode publique GetType (hérité de Object.)
Méthode protégée MemberwiseClone (hérité de Object.)
Méthode publique ToString (hérité de Object.)

Haut de la page

Sécurité des threads

Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.