Classe InputNotFoundException
The exception that is thrown when the Script Component is unable to find an IDTSInput100 object defined internally by the component.
Namespace: Microsoft.SqlServer.Dts.Pipeline
Assembly: Microsoft.SqlServer.TxScript (em Microsoft.SqlServer.TxScript.dll)
Sintaxe
'Declaração
<SerializableAttribute> _
Public Class InputNotFoundException _
Inherits ApplicationException
'Uso
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
Hierarquia de herança
System. . :: . .Object
System. . :: . .Exception
System. . :: . .ApplicationException
Microsoft.SqlServer.Dts.Pipeline..::..InputNotFoundException
Segurança de thread
Quaisquer membros static (Shared no Visual Basic) públicos deste tipo são thread-safe. Não há garantia de que qualquer membro de instância seja thread-safe.
Consulte também