PackageNeutralClass.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.
Permet l'enregistrement d'informations non chiffrées.
public:
virtual void PermitUnencryptedSave(bool vbPermit) = Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSPackage100::PermitUnencryptedSave;
public virtual void PermitUnencryptedSave (bool vbPermit);
abstract member PermitUnencryptedSave : bool -> unit
override this.PermitUnencryptedSave : bool -> unit
Public Overridable Sub PermitUnencryptedSave (vbPermit As Boolean)
Paramètres
- vbPermit
- Boolean
true pour autoriser les informations non chiffrées à enregistrer ; sinon, false.
Implémente
Remarques
Pour plus d’informations, consultez Package.