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
)
パラメーター
- componentName
型: System.String
コンポーネントの IdentificationString です。