Поделиться через


Конструктор ComponentVersionMismatchException

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

Пространство имен:  Microsoft.SqlServer.Dts.Pipeline
Сборка:  Microsoft.SqlServer.PipelineHost (в Microsoft.SqlServer.PipelineHost.dll)

Синтаксис

'Декларация
Public Sub New ( _
    componentName As String _
)
'Применение
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
)

Параметры