言語

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

定義

ミスマッチしたコンポーネントのIdentificationStringComponentVersionMismatchExceptionクラスの新しいインスタンスを初期化します。

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 です。

適用対象