Partager via


Constructeur CannotCreatePipelineComponentException

Initializes a new instance of the CannotCreatePipelineComponentException class.

Espace de noms :  Microsoft.SqlServer.Dts.Pipeline
Assembly :  Microsoft.SqlServer.PipelineHost (en Microsoft.SqlServer.PipelineHost.dll)

Syntaxe

'Déclaration
Public Sub New ( _
    className As String _
)
'Utilisation
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
)

Paramètres

  • className
    Type : System. . :: . .String
    The value of the UserComponentTypeName property of the Script component.