Costruttore ComponentVersionMismatchException
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 _
)
'Utilizzo
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
)
Parametri
- componentName
Tipo: System.String
The IdentificationString of the component.