次の方法で共有


IDTSParameter100.Sensitive プロパティ

定義

Parameter オブジェクトに機微なデータが格納されるかどうかを示す値を取得します。値の設定も可能です。

public:
 property bool Sensitive { bool get(); void set(bool value); };
[System.Runtime.InteropServices.DispId(5)]
public bool Sensitive { [System.Runtime.InteropServices.DispId(5)] get; [System.Runtime.InteropServices.DispId(5)] set; }
[<System.Runtime.InteropServices.DispId(5)>]
[<get: System.Runtime.InteropServices.DispId(5)>]
[<set: System.Runtime.InteropServices.DispId(5)>]
member this.Sensitive : bool with get, set
Public Property Sensitive As Boolean

プロパティ値

True の 場合、Parameter オブジェクトに機密データが含まれています。それ以外の場合は false。

属性

適用対象