IDTSCustomProperty100.EncryptionRequired 속성

정의

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

속성 값

객체가 암호화되어야 할 경우는 IDTSCustomProperty100이고, 그렇지 않으면 거짓이다. 기본값은 false입니다.

특성

설명

객체 값 IDTSCustomProperty100 에 포함된 민감한 정보를 보호하기 위해 EncryptionRequired 속성을 사용하세요. 이 속성을 true로 설정하면, 패키지의 속성에 따라 DTSProtectionLevel 커스텀 속성의 Value 속성이 암호화되거나 패키지를 저장할 때 완전히 제거됩니다. 가 DTSProtectionLevel DontSaveSensitive일 때, EncryptionRequired가 인 custom 속성의 값은 패키지에 영속성되지 않습니다. DontSaveSensitive 이외의 값이 있을 때 DTSProtectionLevel , EncryptionRequired가 참인 커스텀 속성의 값은 영시 패키지에 암호화되어 저장됩니다.

적용 대상