次の方法で共有


CannotCreatePipelineComponentException コンストラクター

CannotCreatePipelineComponentException クラスの新しいインスタンスを初期化します。

名前空間:  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
    スクリプト コンポーネントの UserComponentTypeName プロパティの値です。

関連項目

参照

CannotCreatePipelineComponentException クラス

Microsoft.SqlServer.Dts.Pipeline 名前空間