语言

IDTSParameter100.Sensitive 属性

定义

获取或设置一个值,指示参数对象是否包含敏感数据。

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

属性值

如果参数对象包含敏感数据,则为真;否则,就是假的。

属性

适用于