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


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

Initializes a new instance of the ComponentUpgradeFailedException class with the IdentificationString of the component that failed to upgrade.

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

Синтаксис

'Декларация
Public Sub New ( _
    strComponentName As String _
)
'Применение
Dim strComponentName As String

Dim instance As New ComponentUpgradeFailedException(strComponentName)
public ComponentUpgradeFailedException(
    string strComponentName
)
public:
ComponentUpgradeFailedException(
    String^ strComponentName
)
new : 
        strComponentName:string -> ComponentUpgradeFailedException
public function ComponentUpgradeFailedException(
    strComponentName : String
)

Параметры