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