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 | |
---|---|---|
UpgradePackageInfo() | Initializes a new instance of the UpgradePackageInfo class. | |
UpgradePackageInfo(String, String, String) | Initializes a new instance of the UpgradePackageInfo class. |
In alto
Proprietà
Nome | Descrizione | |
---|---|---|
HasNewName | Gets a value that specifies whether the upgraded Integration Services package has been renamed. | |
HasPassword | Gets a value that specifies whether an upgraded Integration Services package is password protected. | |
Name | Gets the original name and path for the upgraded Integration Services package. | |
NewName | Gets the new name and path for the upgraded Integration Services package. | |
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 | |
---|---|---|
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
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.