Freigeben über


ComponentVersionMismatchException Constructor

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

Namespace: Microsoft.SqlServer.Dts.Pipeline
Assembly : Microsoft.SqlServer.PipelineHost (in microsoft.sqlserver.pipelinehost.dll)

Syntax

'Declaration
Public Sub New ( _
    componentName As String _
)
public ComponentVersionMismatchException (
    string componentName
)
public:
ComponentVersionMismatchException (
    String^ componentName
)
public ComponentVersionMismatchException (
    String componentName
)
public function ComponentVersionMismatchException (
    componentName : String
)

Parameter

Plattformen

Entwicklungsplattformen

Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.

Zielplattforme

Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.

Siehe auch

Verweis

ComponentVersionMismatchException Class
ComponentVersionMismatchException Members
Microsoft.SqlServer.Dts.Pipeline Namespace