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à

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 IDTSCustomProperty100 oggetti . 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 DTSProtectionLevel proprietà del pacchetto. Quando è DTSProtectionLevel DontSaveSensitive, il valore delle proprietà personalizzate in cui EncryptionRequired è true non viene salvato in modo 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 persistente.

Si applica a