Partager via


ComponentVersionMismatchException Constructor

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

Espace de noms: Microsoft.SqlServer.Dts.Pipeline
Assembly: Microsoft.SqlServer.PipelineHost (in microsoft.sqlserver.pipelinehost.dll)

Syntaxe

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

Paramètres

Plateformes

Plateformes de développement

Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.

Plateformes cibles

Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.

Voir aussi

Référence

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