Initializes a new instance of the ComponentVersionMismatchException class with the IdentificationString of the mismatched component.
命名空间: Microsoft.SqlServer.Dts.Pipeline
程序集: Microsoft.SqlServer.PipelineHost (in microsoft.sqlserver.pipelinehost.dll)
语法
声明
Public Sub New ( _
    componentName As String _
)
public ComponentVersionMismatchException (
    string componentName
)
public:
ComponentVersionMismatchException (
    String^ componentName
)
public ComponentVersionMismatchException (
    String componentName
)
public function ComponentVersionMismatchException (
    componentName : String
)
参数
- componentName
 The IdentificationString of the component.
平台
开发平台
有关支持的平台列表,请参阅安装 SQL Server 2005 的硬件和软件要求。
目标平台
有关支持的平台列表,请参阅安装 SQL Server 2005 的硬件和软件要求。
请参阅
参考
ComponentVersionMismatchException Class
ComponentVersionMismatchException Members
Microsoft.SqlServer.Dts.Pipeline Namespace