Udostępnij przez


UpgradePackageInfo Constructor (String, String, String)

Initializes a new instance of the UpgradePackageInfo class.

Namespace: Microsoft.SqlServer.Dts.Runtime
Assembly: Microsoft.SqlServer.ManagedDTS (in microsoft.sqlserver.manageddts.dll)

Syntax

'Deklaracja
Public Sub New ( _
    name As String, _
    newName As String, _
    password As String _
)
public UpgradePackageInfo (
    string name,
    string newName,
    string password
)
public:
UpgradePackageInfo (
    String^ name, 
    String^ newName, 
    String^ password
)
public UpgradePackageInfo (
    String name, 
    String newName, 
    String password
)
public function UpgradePackageInfo (
    name : String, 
    newName : String, 
    password : String
)

Parameters

  • name
    The original name and the full path of the Integration Services package to be upgraded.
  • newName
    The new name and the full path of the package to be upgraded.
  • password
    The password that is used to decrypt a package that is encrypted with a password.

Remarks

If the password parameter value is not specified, the PackagePassword property is used to set the package password.

Platforms

Development Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.

Target Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.