다음을 통해 공유


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.

참고 항목

참조

CannotCreatePipelineComponentException 클래스

Microsoft.SqlServer.Dts.Pipeline 네임스페이스