Classe UpgradePackageInfo

Stores information about an Integration Services package that is to be upgraded.

Spazio dei nomi:  Microsoft.SqlServer.Dts.Runtime
Assembly:  Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)

Sintassi

'Dichiarazione
Public Class UpgradePackageInfo
'Utilizzo
Dim instance As UpgradePackageInfo
public class UpgradePackageInfo
public ref class UpgradePackageInfo
type UpgradePackageInfo =  class end
public class UpgradePackageInfo

Osservazioni

You pass the UpgradePackageInfo object to 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..::..UpgradePackageInfo

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.