Classe UpgradeResult
Determines the result of upgrading a collection of Integration Services packages.
Gerarchia di ereditarietà
System.Object
Microsoft.SqlServer.Dts.Runtime.UpgradeResult
Spazio dei nomi Microsoft.SqlServer.Dts.Runtime
Assembly: Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)
Sintassi
'Dichiarazione
Public Class UpgradeResult
'Utilizzo
Dim instance As UpgradeResult
public class UpgradeResult
public ref class UpgradeResult
type UpgradeResult = class end
public class UpgradeResult
Nel tipo UpgradeResult sono esposti i membri seguenti.
Proprietà
Nome | Descrizione | |
---|---|---|
Failures | Gets the Integration Services packages that failed to be upgraded. | |
Status | Gets the upgrade status for a collection of Integration Services packages. | |
Succeeded | Gets the Integration Services packages that were successfully upgraded. | |
Warnings | Gets the Integration Services packages that were successfully upgraded and had warnings. |
In alto
Metodi
Nome | Descrizione | |
---|---|---|
Equals | Ereditato da Object. | |
Finalize | Ereditato da Object. | |
GetHashCode | Ereditato da Object. | |
GetType | Ereditato da Object. | |
MemberwiseClone | Ereditato da Object. | |
ToString | Ereditato da Object. |
In alto
Osservazioni
The UpgradeResult object is returned by the Upgrade method. For a code example that demonstrates how to upgrade packages, see the Upgrade method.
Protezione dei thread
I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.