Примечание.
Для доступа к этой странице требуется авторизация. Вы можете попробовать войти или изменить каталоги.
Для доступа к этой странице требуется авторизация. Вы можете попробовать изменить каталоги.
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
)
Параметры
- strComponentName
The IdentificationString of the component.
Платформы
Платформы разработки
Список поддерживаемых платформ см. в разделе 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