Partager via


Propriété UpgradePackageInfo.HasPassword

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

Espace de noms :  Microsoft.SqlServer.Dts.Runtime
Assembly :  Microsoft.SqlServer.ManagedDTS (en Microsoft.SqlServer.ManagedDTS.dll)

Syntaxe

'Déclaration
Public ReadOnly Property HasPassword As Boolean 
    Get
'Utilisation
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

Valeur de propriété

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

Voir aussi

Référence

UpgradePackageInfo Classe

Espace de noms Microsoft.SqlServer.Dts.Runtime