IDTSCustomProperty100.EncryptionRequired 속성
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
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가 참인 커스텀 속성의 값은 영시 패키지에 암호화되어 저장됩니다.