IDTSPackage100.PermitUnencryptedSave(Boolean) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Spécifie l'autorisation non chiffrée.
public:
void PermitUnencryptedSave(bool vbPermit);
[System.Runtime.InteropServices.DispId(1610809418)]
public void PermitUnencryptedSave (bool vbPermit);
[<System.Runtime.InteropServices.DispId(1610809418)>]
abstract member PermitUnencryptedSave : bool -> unit
Public Sub PermitUnencryptedSave (vbPermit As Boolean)
Paramètres
- vbPermit
- Boolean
true si l’autorisation n’est pas chiffrée ; sinon, false.
- Attributs
Remarques
Cette interface est implémentée par les interfaces Package et PackageNeutral.