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.