다음을 통해 공유


ComponentVersionMismatchException(String) 생성자

정의

일치하지 않는 구성 요소의 ComponentVersionMismatchException을 사용하여 IdentificationString 클래스의 새 인스턴스를 초기화합니다.

public:
 ComponentVersionMismatchException(System::String ^ componentName);
public ComponentVersionMismatchException (string componentName);
new Microsoft.SqlServer.Dts.Pipeline.ComponentVersionMismatchException : string -> Microsoft.SqlServer.Dts.Pipeline.ComponentVersionMismatchException
Public Sub New (componentName As String)

매개 변수

componentName
String

구성 요소의 IdentificationString입니다.

적용 대상