Construtor CannotCreatePipelineComponentException
Initializes a new instance of the CannotCreatePipelineComponentException class.
Namespace: Microsoft.SqlServer.Dts.Pipeline
Assembly: Microsoft.SqlServer.PipelineHost (em Microsoft.SqlServer.PipelineHost.dll)
Sintaxe
'Declaração
Public Sub New ( _
className As String _
)
'Uso
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
)
Parâmetros
- className
Tipo: System. . :: . .String
The value of the UserComponentTypeName property of the Script component.
Consulte também