次の方法で共有


ComponentVersionMismatchException(String) コンストラクター

定義

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

public:
 ComponentVersionMismatchException(System::String ^ componentName);
public ComponentVersionMismatchException (string componentName);
new Microsoft.SqlServer.Dts.Pipeline.ComponentVersionMismatchException : string -> Microsoft.SqlServer.Dts.Pipeline.ComponentVersionMismatchException
Public Sub New (componentName As String)

パラメーター

componentName
String

コンポーネントの IdentificationString です。

適用対象