次の方法で共有


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

定義

アップグレードに失敗したコンポーネントの ComponentUpgradeFailedException で、IdentificationString クラスの新しいインスタンスを初期化します。

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

パラメーター

strComponentName
String

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

適用対象