IDTSCustomProperty100.EncryptionRequired プロパティ

定義

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が真であるカスタムプロパティの値は、永続パッケージに暗号化とともに保存されます。

適用対象