IDTSCustomProperty100.EncryptionRequired 속성

정의

객체가 IDTSCustomProperty100 암호화되어야 하는지 여부를 나타내는 값을 받거나 설정합니다.

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설정하면, Value 패키지의 속성에 따라 DTSProtectionLevel 저장 시 커스텀 속성의 속성이 암호화되거나 완전히 제거됩니다. 가 일 DTSProtectionLevelDontSaveSensitive때, Value 여기서 는 true 가 있는 커스텀 속성 EncryptionRequired 의 집합들은 패키지에 영속성이 없습니다. 가 이 이외DontSaveSensitive의 값을 가질 때DTSProtectionLevel, ValueEncryptionRequiredtrue 지속된 패키지에 암호화되어 저장됩니다.

적용 대상