次の方法で共有


ComponentVersionMismatchException コンストラクター

一致しなかったコンポーネントの IdentificationString で、ComponentVersionMismatchException クラスの新しいインスタンスを初期化します。

名前空間:  Microsoft.SqlServer.Dts.Pipeline
アセンブリ:  Microsoft.SqlServer.PipelineHost (Microsoft.SqlServer.PipelineHost.dll)

構文

'宣言
Public Sub New ( _
    componentName As String _
)
'使用
Dim componentName As String 

Dim instance As New ComponentVersionMismatchException(componentName)
public ComponentVersionMismatchException(
    string componentName
)
public:
ComponentVersionMismatchException(
    String^ componentName
)
new : 
        componentName:string -> ComponentVersionMismatchException
public function ComponentVersionMismatchException(
    componentName : String
)

パラメーター

関連項目

参照

ComponentVersionMismatchException クラス

Microsoft.SqlServer.Dts.Pipeline 名前空間