Condividi tramite


CannotCreatePipelineComponentException Constructor

Initializes a new instance of the CannotCreatePipelineComponentException class.

Spazio dei nomi: Microsoft.SqlServer.Dts.Pipeline
Assembly : Microsoft.SqlServer.PipelineHost (in microsoft.sqlserver.pipelinehost.dll)

Sintassi

'Dichiarazione
Public Sub New ( _
    className As String _
)
public CannotCreatePipelineComponentException (
    string className
)
public:
CannotCreatePipelineComponentException (
    String^ className
)
public CannotCreatePipelineComponentException (
    String className
)
public function CannotCreatePipelineComponentException (
    className : String
)

Parametri

  • className
    The value of the UserComponentTypeName property of the Script component.

Piattaforme

Piattaforme di sviluppo

Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.

Piattaforme di destinazione

Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.

Vedere anche

Riferimento

CannotCreatePipelineComponentException Class
CannotCreatePipelineComponentException Members
Microsoft.SqlServer.Dts.Pipeline Namespace