ComponentVersionMismatchException Constructor
Initializes a new instance of the ComponentVersionMismatchException class with the IdentificationString of the mismatched component.
Spazio dei nomi: Microsoft.SqlServer.Dts.Pipeline
Assembly : Microsoft.SqlServer.PipelineHost (in microsoft.sqlserver.pipelinehost.dll)
Sintassi
'Dichiarazione
Public Sub New ( _
componentName As String _
)
public ComponentVersionMismatchException (
string componentName
)
public:
ComponentVersionMismatchException (
String^ componentName
)
public ComponentVersionMismatchException (
String componentName
)
public function ComponentVersionMismatchException (
componentName : String
)
Parametri
- componentName
The IdentificationString of the component.
Piattaforme
Piattaforme di sviluppo
Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.
Piattaforme di destinazione
Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.
Vedere anche
Riferimento
ComponentVersionMismatchException Class
ComponentVersionMismatchException Members
Microsoft.SqlServer.Dts.Pipeline Namespace