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.