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 です。
- 属性
注釈
EncryptionRequiredプロパティを使って、 IDTSCustomProperty100 オブジェクトの値に含まれる機密情報を保護します。 このプロパティを trueに設定すると、カスタムプロパティのValueプロパティは暗号化されるか、パッケージの DTSProtectionLevel プロパティによって完全に削除されます。 DTSProtectionLevelがDontSaveSensitiveの場合、EncryptionRequiredが真のカスタムプロパティの値はパッケージに永続化されません。 DTSProtectionLevelがDontSaveSensitive以外の値を持つ場合、EncryptionRequiredが真であるカスタムプロパティの値は、永続パッケージに暗号化とともに保存されます。