CannotCreatePipelineComponentException(String) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of the CannotCreatePipelineComponentException class.
public:
CannotCreatePipelineComponentException(System::String ^ className);
public CannotCreatePipelineComponentException (string className);
new Microsoft.SqlServer.Dts.Pipeline.CannotCreatePipelineComponentException : string -> Microsoft.SqlServer.Dts.Pipeline.CannotCreatePipelineComponentException
Public Sub New (className As String)
Parameters
- className
- String
The value of the UserComponentTypeName property of the Script component.