Поделиться через


Конструктор UpgradePackageInfo (String, String, String)

Initializes a new instance of the UpgradePackageInfo class.

Пространство имен:  Microsoft.SqlServer.Dts.Runtime
Сборка:  Microsoft.SqlServer.ManagedDTS (в Microsoft.SqlServer.ManagedDTS.dll)

Синтаксис

'Декларация
Public Sub New ( _
    name As String, _
    newName As String, _
    password As String _
)
'Применение
Dim name As String 
Dim newName As String 
Dim password As String 

Dim instance As New UpgradePackageInfo(name, newName, _
    password)
public UpgradePackageInfo(
    string name,
    string newName,
    string password
)
public:
UpgradePackageInfo(
    String^ name, 
    String^ newName, 
    String^ password
)
new : 
        name:string * 
        newName:string * 
        password:string -> UpgradePackageInfo
public function UpgradePackageInfo(
    name : String, 
    newName : String, 
    password : String
)

Параметры

  • name
    Тип: System.String
    The original name and the full path of the Службы Integration Services package to be upgraded.
  • newName
    Тип: System.String
    The new name and the full path of the package to be upgraded.
  • password
    Тип: System.String
    The password that is used to decrypt a package that is encrypted with a password.

Замечания

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

См. также

Справочник

UpgradePackageInfo Класс

Перегрузка UpgradePackageInfo

Пространство имен Microsoft.SqlServer.Dts.Runtime