Classe UpgradePackageInfo

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

Gerarchia di ereditarietà

System. . :: . .Object
  Microsoft.SqlServer.Dts.Runtime..::..UpgradePackageInfo

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

Nel tipo UpgradePackageInfo sono esposti i membri seguenti.

Costruttori

  Nome Descrizione
Metodo pubblico UpgradePackageInfo() () () () Initializes a new instance of the UpgradePackageInfo class.
Metodo pubblico UpgradePackageInfo(String, String, String) Initializes a new instance of the UpgradePackageInfo class.

In alto

Proprietà

  Nome Descrizione
Proprietà pubblica HasNewName Gets a value that specifies whether the upgraded Integration Services package has been renamed.
Proprietà pubblica HasPassword Gets a value that specifies whether an upgraded Integration Services package is password protected.
Proprietà pubblica Name Gets the original name and path for the upgraded Integration Services package.
Proprietà pubblica NewName Gets the new name and path for the upgraded Integration Services package.
Proprietà pubblica PackagePassword Gets the password that is required to decrypt an upgraded Integration Services package that is encrypted with a password.

In alto

Metodi

  Nome Descrizione
Metodo pubblico Equals Ereditato da Object.
Metodo protetto Finalize Ereditato da Object.
Metodo pubblico GetHashCode Ereditato da Object.
Metodo pubblico GetType Ereditato da Object.
Metodo protetto MemberwiseClone Ereditato da Object.
Metodo pubblico ToString Ereditato da Object.

In alto

Osservazioni

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