PackageRemote64Class.PermitUnencryptedSave(Boolean) Method

Definition

Permits the unencrypted information to save.

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)

Parameters

vbPermit
Boolean

true to permit unencrypted information to save; otherwise, false.

Implements

Applies to