ComponentUpgradeFailedException 构造函数
Initializes a new instance of the ComponentUpgradeFailedException class with the IdentificationString of the component that failed to upgrade.
命名空间: Microsoft.SqlServer.Dts.Pipeline
程序集: Microsoft.SqlServer.PipelineHost(在 Microsoft.SqlServer.PipelineHost.dll 中)
语法
声明
Public Sub New ( _
strComponentName As String _
)
用法
Dim strComponentName As String
Dim instance As New ComponentUpgradeFailedException(strComponentName)
public ComponentUpgradeFailedException(
string strComponentName
)
public:
ComponentUpgradeFailedException(
String^ strComponentName
)
new :
strComponentName:string -> ComponentUpgradeFailedException
public function ComponentUpgradeFailedException(
strComponentName : String
)
参数
- strComponentName
类型:System. . :: . .String
The IdentificationString of the component.