IDTSCustomProperty100.EncryptionRequired Proprietà

Definizione

public:
 property bool EncryptionRequired { bool get(); void set(bool value); };
[System.Runtime.InteropServices.DispId(103)]
public bool EncryptionRequired { [System.Runtime.InteropServices.DispId(103)] get; [System.Runtime.InteropServices.DispId(103)] set; }
[<System.Runtime.InteropServices.DispId(103)>]
[<get: System.Runtime.InteropServices.DispId(103)>]
[<set: System.Runtime.InteropServices.DispId(103)>]
member this.EncryptionRequired : bool with get, set
Public Property EncryptionRequired As Boolean

Valore della proprietà

Boolean

true se l'oggetto IDTSCustomProperty100 deve essere crittografato; in caso contrario, false. Il valore predefinito è false.

Attributi

Commenti

Utilizzare la proprietà EncryptionRequired per proteggere le informazioni riservate contenute nei valori degli oggetti IDTSCustomProperty100 . Quando si imposta questa proprietà su true, la proprietà value della proprietà personalizzata viene crittografata o rimossa completamente quando si salva il pacchetto, a seconda della proprietà DTSProtectionLevel del pacchetto. Quando DTSProtectionLevel è DontSaveSensitive, il valore delle proprietà personalizzate in cui EncryptionRequired è true non viene reso permanente con il pacchetto. Quando DTSProtectionLevel ha un valore diverso da DontSaveSensitive, il valore delle proprietà personalizzate in cui EncryptionRequired è true viene salvato con la crittografia nel pacchetto permanente.

Si applica a