Linguaggio

IDTSCustomProperty100.EncryptionRequired Proprietà

Definizione

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

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à

vero se l'oggetto IDTSCustomProperty100 deve essere criptato; altrimenti falso. Il valore predefinito è false.

Attributi

Commenti

Usa la EncryptionRequired proprietà per proteggere le informazioni sensibili contenute nei valori degli IDTSCustomProperty100 oggetti. Quando imposti questa proprietà a true, la Value proprietà della proprietà personalizzata viene criptata o completamente rimossa quando salvi il pacchetto, a seconda della DTSProtectionLevel proprietà del pacchetto. Quando il DTSProtectionLevel è , le Value proprietà personalizzate dove EncryptionRequired è true non sono presenti DontSaveSensitivecon il package. Quando DTSProtectionLevel ha un valore diverso da DontSaveSensitive, le Value proprietà personalizzate dove EncryptionRequired è true vengono salvate con crittografia nel pacchetto persistente.

Si applica a