Classe InputNotFoundException
The exception that is thrown when the Script Component is unable to find an IDTSInput100 object defined internally by the component.
Espace de noms : Microsoft.SqlServer.Dts.Pipeline
Assembly : Microsoft.SqlServer.TxScript (dans Microsoft.SqlServer.TxScript.dll)
Syntaxe
'Déclaration
<SerializableAttribute> _
Public Class InputNotFoundException _
Inherits ApplicationException
'Utilisation
Dim instance As InputNotFoundException
[SerializableAttribute]
public class InputNotFoundException : ApplicationException
[SerializableAttribute]
public ref class InputNotFoundException : public ApplicationException
[<SerializableAttribute>]
type InputNotFoundException =
class
inherit ApplicationException
end
public class InputNotFoundException extends ApplicationException
Hiérarchie d'héritage
System. . :: . .Object
System. . :: . .Exception
System. . :: . .ApplicationException
Microsoft.SqlServer.Dts.Pipeline..::..InputNotFoundException
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.