Compartir a través de


ComponentVersionMismatchException Constructor

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

Espacio de nombres:  Microsoft.SqlServer.Dts.Pipeline
Ensamblado:  Microsoft.SqlServer.PipelineHost (en Microsoft.SqlServer.PipelineHost.dll)

Sintaxis

'Declaración
Public Sub New ( _
    componentName As String _
)
'Uso
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
)

Parámetros

Vea también

Referencia

ComponentVersionMismatchException Clase

Espacio de nombres Microsoft.SqlServer.Dts.Pipeline