다음을 통해 공유


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입니다.

적용 대상