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.