Condividi tramite


OutputNotFoundException Class

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

Spazio dei nomi: Microsoft.SqlServer.Dts.Pipeline
Assembly : Microsoft.SqlServer.TxScript (in microsoft.sqlserver.txscript.dll)

Sintassi

'Dichiarazione
<SerializableAttribute> _
Public Class OutputNotFoundException
    Inherits ApplicationException
[SerializableAttribute] 
public class OutputNotFoundException : ApplicationException
[SerializableAttribute] 
public ref class OutputNotFoundException : public ApplicationException
/** @attribute SerializableAttribute() */ 
public class OutputNotFoundException extends ApplicationException
SerializableAttribute 
public class OutputNotFoundException extends ApplicationException

Inheritance Hierarchy

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

Thread Safety

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Piattaforme

Piattaforme di sviluppo

Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.

Piattaforme di destinazione

Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.

Vedere anche

Riferimento

OutputNotFoundException Members
Microsoft.SqlServer.Dts.Pipeline Namespace