Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Initializes a new instance of the CannotCreatePipelineComponentException class.
Namespace: Microsoft.SqlServer.Dts.Pipeline
Assembly: Microsoft.SqlServer.PipelineHost (in Microsoft.SqlServer.PipelineHost.dll)
Syntax
'Declaration
Public Sub New ( _
className As String _
)
'Usage
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
)
Parameters
- className
Type: System.String
The value of the UserComponentTypeName property of the Script component.