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オブジェクトが暗号化されている必要がある場合、trueである。そうでなければ、誤りです。 既定値は false です。

属性

注釈

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

適用対象