UpgradePackageInfo.HasPassword Property
Gets a value that specifies whether an upgraded Integration Services package is password protected.
Namespace: Microsoft.SqlServer.Dts.Runtime
Assembly: Microsoft.SqlServer.ManagedDTS (in microsoft.sqlserver.manageddts.dll)
Syntax
'Deklaracja
Public ReadOnly Property HasPassword As Boolean
public bool HasPassword { get; }
public:
property bool HasPassword {
bool get ();
}
/** @property */
public boolean get_HasPassword ()
public function get HasPassword () : boolean
Property Value
A value that specifies whether an upgraded package is encrypted with a password.
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.