Udostępnij przez


UpgradePackageInfo.PackagePassword Property

Gets the password that is required to decrypt an upgraded Integration Services package that is encrypted with a password.

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

Syntax

'Deklaracja
Public Property PackagePassword As String
public string PackagePassword { get; set; }
public:
property String^ PackagePassword {
    String^ get ();
    void set (String^ value);
}
/** @property */
public String get_PackagePassword ()

/** @property */
public void set_PackagePassword (String value)
public function get PackagePassword () : String

public function set PackagePassword (value : String)

Property Value

A string that is used to decrypt an upgraded package.

Thread Safety

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

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.