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オブジェクトを暗号化しなければならない場合にtrue、そうでなければfalseとなります。 既定値は false です。

属性

注釈

EncryptionRequiredプロパティを使って、IDTSCustomProperty100オブジェクトの値に含まれる機密情報を保護しましょう。 このプロパティを trueに設定すると、カスタムプロパティの Value プロパティは暗号化されるか、パッケージの DTSProtectionLevel プロパティによって完全に削除されます。 DTSProtectionLevelDontSaveSensitiveされると、EncryptionRequiredtrueするカスタムプロパティのValueはパッケージに永続化されません。 DTSProtectionLevelDontSaveSensitive以外の値を持つ場合、EncryptionRequiredtrueするカスタムプロパティのValueは、永続パッケージ内で暗号化されて保存されます。

適用対象