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 の場合、Valuetrue であるカスタム プロパティの EncryptionRequired はパッケージで保存されません。 DTSProtectionLevelDontSaveSensitive 以外の値があるとき、Valuetrue であるカスタム プロパティの EncryptionRequired は、暗号化されてパッケージで保存されます。

適用対象