Classe UpgradeResult
Determines the result of upgrading a collection of Integration Services packages.
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
Osservazioni
The UpgradeResultobject is returned by the Upgrade method. For a code example that demonstrates how to upgrade packages, see the Upgrade method.
Gerarchia di ereditarietà
System. . :: . .Object
Microsoft.SqlServer.Dts.Runtime..::..UpgradeResult
Thread Safety
Tutti i membri pubblici static (Shared in Visual Basic) di questo tipo sono thread safe. I membri di istanza non hanno garanzia di essere thread safe.