다음을 통해 공유


ComponentVersionMismatchException 생성자

Initializes a new instance of the ComponentVersionMismatchException class with the IdentificationString of the mismatched component.

네임스페이스:  Microsoft.SqlServer.Dts.Pipeline
어셈블리:  Microsoft.SqlServer.PipelineHost(Microsoft.SqlServer.PipelineHost.dll)

구문

‘선언
Public Sub New ( _
    componentName As String _
)
‘사용 방법
Dim componentName As String 

Dim instance As New ComponentVersionMismatchException(componentName)
public ComponentVersionMismatchException(
    string componentName
)
public:
ComponentVersionMismatchException(
    String^ componentName
)
new : 
        componentName:string -> ComponentVersionMismatchException
public function ComponentVersionMismatchException(
    componentName : String
)

매개 변수

참고 항목

참조

ComponentVersionMismatchException 클래스

Microsoft.SqlServer.Dts.Pipeline 네임스페이스