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
)
매개 변수
- componentName
유형: System.String
The IdentificationString of the component.