共用方式為


CannotCreatePipelineComponentException Constructor

Initializes a new instance of the CannotCreatePipelineComponentException class.

命名空間: Microsoft.SqlServer.Dts.Pipeline
組件: Microsoft.SqlServer.PipelineHost (in microsoft.sqlserver.pipelinehost.dll)

語法

'宣告
Public Sub New ( _
    className As String _
)
public CannotCreatePipelineComponentException (
    string className
)
public:
CannotCreatePipelineComponentException (
    String^ className
)
public CannotCreatePipelineComponentException (
    String className
)
public function CannotCreatePipelineComponentException (
    className : String
)

參數

  • className
    The value of the UserComponentTypeName property of the Script component.

平台

開發平台

如需受支援的平台清單,請參閱<安裝 SQL Server 2005 的硬體和軟體需求>。

目標平台

如需受支援的平台清單,請參閱<安裝 SQL Server 2005 的硬體和軟體需求>。

請參閱

參考

CannotCreatePipelineComponentException Class
CannotCreatePipelineComponentException Members
Microsoft.SqlServer.Dts.Pipeline Namespace