ComponentUpgradeFailedException コンストラクター

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

名前空間:  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
)

パラメーター