IDTSPackage100.PermitUnencryptedSave(Boolean) Method

Definition

Specifies the unencrypted permit.

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)

Parameters

vbPermit
Boolean

true if the permit is unencrypted; otherwise, false.

Attributes

Remarks

This interface is implemented by the Package and PackageNeutral interfaces.

Applies to