Constructeur ComponentUpgradeFailedException
Initializes a new instance of the ComponentUpgradeFailedException class with the IdentificationString of the component that failed to upgrade.
Espace de noms : Microsoft.SqlServer.Dts.Pipeline
Assembly : Microsoft.SqlServer.PipelineHost (en Microsoft.SqlServer.PipelineHost.dll)
Syntaxe
'Déclaration
Public Sub New ( _
strComponentName As String _
)
'Utilisation
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
)
Paramètres
- strComponentName
Type : System.String
The IdentificationString of the component.