Класс CannotCreatePipelineComponentException

The exception that is thrown when the data flow cannot create an instance of a Script component.

Пространство имен:  Microsoft.SqlServer.Dts.Pipeline
Сборка:  Microsoft.SqlServer.PipelineHost (в Microsoft.SqlServer.PipelineHost.dll)

Синтаксис

'Декларация
<SerializableAttribute> _
Public Class CannotCreatePipelineComponentException _
    Inherits ApplicationException
'Применение
Dim instance As CannotCreatePipelineComponentException
[SerializableAttribute]
public class CannotCreatePipelineComponentException : ApplicationException
[SerializableAttribute]
public ref class CannotCreatePipelineComponentException : public ApplicationException
[<SerializableAttribute>]
type CannotCreatePipelineComponentException =  
    class
        inherit ApplicationException
    end
public class CannotCreatePipelineComponentException extends ApplicationException

Иерархия наследования

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

Потоковая защита

Все открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность элементов экземпляров не гарантируется.