ComponentUpgradeFailedException Constructor

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 (in microsoft.sqlserver.pipelinehost.dll)

Синтаксис

'Декларация
Public Sub New ( _
    strComponentName As String _
)
public ComponentUpgradeFailedException (
    string strComponentName
)
public:
ComponentUpgradeFailedException (
    String^ strComponentName
)
public ComponentUpgradeFailedException (
    String strComponentName
)
public function ComponentUpgradeFailedException (
    strComponentName : String
)

Параметры

Платформы

Платформы разработки

Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.

Целевые платформы

Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.

См. также

Справочник

ComponentUpgradeFailedException Class
ComponentUpgradeFailedException Members
Microsoft.SqlServer.Dts.Pipeline Namespace