共用方式為


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
)

參數

請參閱

參考

ComponentUpgradeFailedException 類別

Microsoft.SqlServer.Dts.Pipeline 命名空間