Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Initializes a new instance of the ComponentUpgradeFailedException class with the IdentificationString of the component that failed to upgrade.
Namespace: Microsoft.SqlServer.Dts.Pipeline
Assembly: Microsoft.SqlServer.PipelineHost (in microsoft.sqlserver.pipelinehost.dll)
Syntax
'Declaration
Public Sub New ( _
strComponentName As String _
)
public ComponentUpgradeFailedException (
string strComponentName
)
public:
ComponentUpgradeFailedException (
String^ strComponentName
)
public ComponentUpgradeFailedException (
String strComponentName
)
public function ComponentUpgradeFailedException (
strComponentName : String
)
Parameters
- strComponentName
The IdentificationString of the component.
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.
Target Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.
See Also
Reference
ComponentUpgradeFailedException Class
ComponentUpgradeFailedException Members
Microsoft.SqlServer.Dts.Pipeline Namespace