Aracılığıyla paylaş


CannotCreatePipelineComponentException(String) Constructor

Definition

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.

Applies to