IDTSCustomProperty100.EncryptionRequired プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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 必要がある場合は true、それ以外の場合は false。 既定値は false です。
- 属性
注釈
EncryptionRequired オブジェクトの値に含まれている機密情報を保護するには、IDTSCustomProperty100 プロパティを使用します。 このプロパティを true
に設定すると、パッケージを保存する際に、パッケージの Value プロパティに応じて、カスタム プロパティの DTSProtectionLevel プロパティは暗号化されるか、完全に削除されます。 DTSProtectionLevel が DontSaveSensitive の場合、Value が true
であるカスタム プロパティの EncryptionRequired はパッケージで保存されません。 DTSProtectionLevel に DontSaveSensitive 以外の値があるとき、Value が true
であるカスタム プロパティの EncryptionRequired は、暗号化されてパッケージで保存されます。