Classe DataflowErrorSupport
Supports the raising of errors, warnings, and other messages that include descriptive text for known COM HRESULTS returned by Integration Services components written in native code. This class cannot be inherited.
Espace de noms : Microsoft.SqlServer.Dts.ManagedMsg
Assembly : Microsoft.SqlServer.DtsMsg (dans Microsoft.SqlServer.DtsMsg.dll)
Syntaxe
'Déclaration
Public NotInheritable Class DataflowErrorSupport _
Inherits ErrorSupport
'Utilisation
Dim instance As DataflowErrorSupport
public sealed class DataflowErrorSupport : ErrorSupport
public ref class DataflowErrorSupport sealed : public ErrorSupport
[<SealedAttribute>]
type DataflowErrorSupport =
class
inherit ErrorSupport
end
public final class DataflowErrorSupport extends ErrorSupport
Hiérarchie d'héritage
System. . :: . .Object
Microsoft.SqlServer.Dts.ManagedMsg. . :: . .ErrorSupport
Microsoft.SqlServer.Dts.ManagedMsg..::..DataflowErrorSupport
Sécurité des threads
Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Il n'est pas garanti que les membres d'instance soient thread-safe.