Partager via


Classe OutputNotFoundException

The exception that is thrown by the ScriptComponent when an IDTSOutput100 cannot be found in its IDTSOutputColumnCollection100.

Espace de noms :  Microsoft.SqlServer.Dts.Pipeline
Assembly :  Microsoft.SqlServer.TxScript (dans Microsoft.SqlServer.TxScript.dll)

Syntaxe

'Déclaration
<SerializableAttribute> _
Public Class OutputNotFoundException _
    Inherits ApplicationException
'Utilisation
Dim instance As OutputNotFoundException
[SerializableAttribute]
public class OutputNotFoundException : ApplicationException
[SerializableAttribute]
public ref class OutputNotFoundException : public ApplicationException
[<SerializableAttribute>]
type OutputNotFoundException =  
    class
        inherit ApplicationException
    end
public class OutputNotFoundException extends ApplicationException

Hiérarchie d'héritage

System. . :: . .Object
  System. . :: . .Exception
    System. . :: . .ApplicationException
      Microsoft.SqlServer.Dts.Pipeline..::..OutputNotFoundException

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.