Condividi tramite


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.

Spazio dei nomi:  Microsoft.SqlServer.Dts.ManagedMsg
Assembly:  Microsoft.SqlServer.DtsMsg (in Microsoft.SqlServer.DtsMsg.dll)

Sintassi

'Dichiarazione
Public NotInheritable Class DataflowErrorSupport _
    Inherits ErrorSupport
'Utilizzo
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

Gerarchia di ereditarietà

System. . :: . .Object
  Microsoft.SqlServer.Dts.ManagedMsg. . :: . .ErrorSupport
    Microsoft.SqlServer.Dts.ManagedMsg..::..DataflowErrorSupport

Thread Safety

Tutti i membri pubblici static (Shared in Visual Basic) di questo tipo sono thread safe. I membri di istanza non hanno garanzia di essere thread safe.