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

适用于