IDTSCustomProperty100.EncryptionRequired Proprietà

Definizione

Ottiene o imposta un valore che indica se l'oggetto IDTSCustomProperty100 deve essere crittografato.

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' IDTSCustomProperty100 oggetto deve essere crittografato; in caso contrario, false. Il valore predefinito è false.

Attributi

Commenti

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

Si applica a