Конструктор CannotCreatePipelineComponentException

Initializes a new instance of the CannotCreatePipelineComponentException class.

Пространство имен:  Microsoft.SqlServer.Dts.Pipeline
Сборка:  Microsoft.SqlServer.PipelineHost (в Microsoft.SqlServer.PipelineHost.dll)

Синтаксис

'Декларация
Public Sub New ( _
    className As String _
)
'Применение
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
)

Параметры

  • className
    Тип: System. . :: . .String
    The value of the UserComponentTypeName property of the Script component.