Compartilhar via


Propriedade do RDL UpgradePackageInfo.HasPassword

Gets a value that specifies whether an upgraded Integration Services package is password protected.

Namespace:  Microsoft.SqlServer.Dts.Runtime
Assembly:  Microsoft.SqlServer.ManagedDTS (em Microsoft.SqlServer.ManagedDTS.dll)

Sintaxe

'Declaração
Public ReadOnly Property HasPassword As Boolean 
    Get
'Uso
Dim instance As UpgradePackageInfo 
Dim value As Boolean 

value = instance.HasPassword
public bool HasPassword { get; }
public:
property bool HasPassword {
    bool get ();
}
member HasPassword : bool
function get HasPassword () : boolean

Valor da propriedade

Tipo: System.Boolean
A value that specifies whether an upgraded package is encrypted with a password.

Consulte também

Referência

UpgradePackageInfo Classe

Namespace Microsoft.SqlServer.Dts.Runtime