共用方式為


CannotCreatePipelineComponentException 建構函式

Initializes a new instance of the CannotCreatePipelineComponentException class.

命名空間:  Microsoft.SqlServer.Dts.Pipeline
組件:  Microsoft.SqlServer.PipelineHost (在 Microsoft.SqlServer.PipelineHost.dll 中)

語法

'宣告
Public Sub New ( _
    className As String _
)
'用途
Dim className As String 

Dim instance As New CannotCreatePipelineComponentException(className)
public CannotCreatePipelineComponentException(
    string className
)
public:
CannotCreatePipelineComponentException(
    String^ className
)
new : 
        className:string -> CannotCreatePipelineComponentException
public function CannotCreatePipelineComponentException(
    className : String
)

參數

  • className
    型別:System.String
    The value of the UserComponentTypeName property of the Script component.

請參閱

參考

CannotCreatePipelineComponentException 類別

Microsoft.SqlServer.Dts.Pipeline 命名空間